Home
last modified time | relevance | path

Searched refs:refcount_cache_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/docs/
H A Dqcow2-cache.txt86 disk_size = refcount_cache_size * cluster_size * 8 / refcount_bits
92 disk_size = refcount_cache_size * 32768
98 refcount_cache_size = disk_size_GB * 32768
/openbmc/qemu/block/
H A Dqcow2.c884 uint64_t *refcount_cache_size, Error **errp) in read_cache_sizes() argument
906 *refcount_cache_size = qemu_opt_get_size(opts, in read_cache_sizes()
925 } else if (*refcount_cache_size > combined_cache_size) { in read_cache_sizes()
932 *refcount_cache_size = combined_cache_size - *l2_cache_size; in read_cache_sizes()
934 *l2_cache_size = combined_cache_size - *refcount_cache_size; in read_cache_sizes()
940 *refcount_cache_size = combined_cache_size - *l2_cache_size; in read_cache_sizes()
942 *refcount_cache_size = in read_cache_sizes()
944 *l2_cache_size = combined_cache_size - *refcount_cache_size; in read_cache_sizes()
993 uint64_t l2_cache_size, l2_cache_entry_size, refcount_cache_size; in qcow2_update_options_prepare() local
1010 &refcount_cache_size, errp)) { in qcow2_update_options_prepare()
[all …]