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

/linux-master/drivers/md/
H A Draid5-cache.c329 int total_cached; local
335 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) +
341 * total_cached > 3/4 min_nr_stripes ||
344 * total_cached > 1/2 min_nr_stripes
346 if (total_cached > conf->min_nr_stripes * 1 / 2 ||
1429 int total_cached; local
1438 total_cached = atomic_read(&conf->r5c_cached_partial_stripes) +
1442 if (total_cached > conf->min_nr_stripes * 3 / 4 ||
1449 else if (total_cached > conf->min_nr_stripes * 1 / 2 ||

Completed in 119 milliseconds