Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c890 int min_refcount_cache = MIN_REFCOUNT_CACHE_SIZE * s->cluster_size; in read_cache_sizes() local
938 if (combined_cache_size >= max_l2_cache + min_refcount_cache) { in read_cache_sizes()
943 MIN(combined_cache_size, min_refcount_cache); in read_cache_sizes()