Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5-cache.c329 int total_cached; in r5c_check_stripe_cache_usage() local
334 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_check_stripe_cache_usage()
345 if (total_cached > conf->min_nr_stripes * 1 / 2 || in r5c_check_stripe_cache_usage()
1427 int total_cached; in r5c_do_reclaim() local
1436 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_do_reclaim()
1440 if (total_cached > conf->min_nr_stripes * 3 / 4 || in r5c_do_reclaim()
1447 else if (total_cached > conf->min_nr_stripes * 1 / 2 || in r5c_do_reclaim()