Searched refs:total_cached (Results 1 – 1 of 1) sorted by relevance
325 int total_cached; in r5c_check_stripe_cache_usage() local 331 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_check_stripe_cache_usage() 337 * total_cached > 3/4 min_nr_stripes || in r5c_check_stripe_cache_usage() 340 * total_cached > 1/2 min_nr_stripes in r5c_check_stripe_cache_usage() 342 if (total_cached > conf->min_nr_stripes * 1 / 2 || in r5c_check_stripe_cache_usage() 1425 int total_cached; in r5c_do_reclaim() local 1434 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) + in r5c_do_reclaim() 1438 if (total_cached > conf->min_nr_stripes * 3 / 4 || in r5c_do_reclaim() 1445 else if (total_cached > conf->min_nr_stripes * 1 / 2 || in r5c_do_reclaim()