Searched refs:SCRUB_TOTAL_STRIPES (Results 1 – 1 of 1) sorted by relevance
58 #define SCRUB_TOTAL_STRIPES (SCRUB_GROUPS_PER_SCTX * SCRUB_STRIPES_PER_GROUP) macro194 struct scrub_stripe stripes[SCRUB_TOTAL_STRIPES];437 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) in scrub_free_ctx()468 for (i = 0; i < SCRUB_TOTAL_STRIPES; i++) { in scrub_setup_ctx()1946 ASSERT(first_slot < SCRUB_TOTAL_STRIPES); in submit_initial_group_read()1947 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES); in submit_initial_group_read()2048 ASSERT(sctx->cur_stripe < SCRUB_TOTAL_STRIPES); in queue_scrub_stripe()2072 if (sctx->cur_stripe == SCRUB_TOTAL_STRIPES) in queue_scrub_stripe()