Searched refs:total_cached (Results 1 – 1 of 1) sorted by relevance
329 int total_cached; in r5c_check_stripe_cache_usage() local335 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_check_stripe_cache_usage()346 if (total_cached > conf->min_nr_stripes * 1 / 2 || in r5c_check_stripe_cache_usage()1429 int total_cached; in r5c_do_reclaim() local1438 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_do_reclaim()1442 if (total_cached > conf->min_nr_stripes * 3 / 4 || in r5c_do_reclaim()1449 else if (total_cached > conf->min_nr_stripes * 1 / 2 || in r5c_do_reclaim()