total_cached      331 drivers/md/raid5-cache.c 	int total_cached;
total_cached      336 drivers/md/raid5-cache.c 	total_cached = atomic_read(&conf->r5c_cached_partial_stripes) +
total_cached      347 drivers/md/raid5-cache.c 	if (total_cached > conf->min_nr_stripes * 1 / 2 ||
total_cached     1430 drivers/md/raid5-cache.c 	int total_cached;
total_cached     1439 drivers/md/raid5-cache.c 	total_cached = atomic_read(&conf->r5c_cached_partial_stripes) +
total_cached     1443 drivers/md/raid5-cache.c 	if (total_cached > conf->min_nr_stripes * 3 / 4 ||
total_cached     1450 drivers/md/raid5-cache.c 	else if (total_cached > conf->min_nr_stripes * 1 / 2 ||