Searched refs:SCRUB_STRIPES_PER_GROUP (Results 1 – 1 of 1) sorted by relevance
49 #define SCRUB_STRIPES_PER_GROUP 8 macro59 #define SCRUB_TOTAL_STRIPES (SCRUB_GROUPS_PER_SCTX * SCRUB_STRIPES_PER_GROUP)1751 if (nr_stripes % SCRUB_STRIPES_PER_GROUP) { in flush_scrub_stripes()1752 const int first_slot = round_down(nr_stripes, SCRUB_STRIPES_PER_GROUP); in flush_scrub_stripes()1835 if (sctx->cur_stripe % SCRUB_STRIPES_PER_GROUP == 0) { in queue_scrub_stripe()1836 const int first_slot = sctx->cur_stripe - SCRUB_STRIPES_PER_GROUP; in queue_scrub_stripe()1838 submit_initial_group_read(sctx, first_slot, SCRUB_STRIPES_PER_GROUP); in queue_scrub_stripe()