Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h374 STRIPE_BITMAP_PENDING, /* Being added to bitmap, don't add enumerator
H A Draid5.c811 !test_bit(STRIPE_BITMAP_PENDING, &sh->state) && in stripe_can_batch()
3497 * So set STRIPE_BITMAP_PENDING to prevent in add_stripe_bio()
3500 * much all set STRIPE_BITMAP_PENDING. So only the first one in add_stripe_bio()
3506 set_bit(STRIPE_BITMAP_PENDING, &sh->state); in add_stripe_bio()
3511 clear_bit(STRIPE_BITMAP_PENDING, &sh->state); in add_stripe_bio()
4834 (1 << STRIPE_BITMAP_PENDING)), in break_stripe_batch_list()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h375 STRIPE_BITMAP_PENDING, /* Being added to bitmap, don't add enumerator
H A Draid5.c909 !test_bit(STRIPE_BITMAP_PENDING, &sh->state) && in stripe_can_batch()
3598 * So set STRIPE_BITMAP_PENDING to prevent in __add_stripe_bio()
3601 * much all set STRIPE_BITMAP_PENDING. So only the first one in __add_stripe_bio()
3607 set_bit(STRIPE_BITMAP_PENDING, &sh->state); in __add_stripe_bio()
3612 clear_bit(STRIPE_BITMAP_PENDING, &sh->state); in __add_stripe_bio()
4947 (1 << STRIPE_BITMAP_PENDING)), in break_stripe_batch_list()

Completed in 24 milliseconds