Searched refs:combined_cache_size (Results 1 – 1 of 1) sorted by relevance
887 uint64_t combined_cache_size, l2_cache_max_setting; in read_cache_sizes() local903 combined_cache_size = qemu_opt_get_size(opts, QCOW2_OPT_CACHE_SIZE, 0); in read_cache_sizes()921 (l2_cache_max_setting > combined_cache_size)) { 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()938 if (combined_cache_size >= max_l2_cache + min_refcount_cache) { in read_cache_sizes()940 *refcount_cache_size = combined_cache_size - *l2_cache_size; in read_cache_sizes()943 MIN(combined_cache_size, min_refcount_cache); in read_cache_sizes()944 *l2_cache_size = combined_cache_size - *refcount_cache_size; in read_cache_sizes()