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

/linux-master/drivers/md/
H A Draid5-cache.c1430 int stripes_to_flush; local
1448 stripes_to_flush = R5C_RECLAIM_STRIPE_GROUP;
1456 stripes_to_flush = 0;
1459 stripes_to_flush = -1;
1461 if (stripes_to_flush >= 0) {
1463 r5c_flush_cache(conf, stripes_to_flush);

Completed in 151 milliseconds