Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h361 STRIPE_BIT_DELAY, enumerator
H A Draid5.c244 else if (test_bit(STRIPE_BIT_DELAY, &sh->state) && in do_release_stripe()
249 clear_bit(STRIPE_BIT_DELAY, &sh->state); in do_release_stripe()
911 if (test_and_clear_bit(STRIPE_BIT_DELAY, &sh->state)) { in stripe_add_to_batch_list()
913 if (test_bit(STRIPE_BIT_DELAY, &sh->batch_head->state) && in stripe_add_to_batch_list()
916 set_bit(STRIPE_BIT_DELAY, &sh->batch_head->state); in stripe_add_to_batch_list()
3502 * STRIPE_BIT_DELAY. This is important as once a stripe in add_stripe_bio()
3503 * is added to a batch, STRIPE_BIT_DELAY cannot be changed in add_stripe_bio()
3514 set_bit(STRIPE_BIT_DELAY, &sh->state); in add_stripe_bio()
4234 !test_bit(STRIPE_BIT_DELAY, &sh->state))) in handle_stripe_dirtying()
4827 (1 << STRIPE_BIT_DELAY) | in break_stripe_batch_list()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h362 STRIPE_BIT_DELAY, enumerator
H A Draid5.c253 else if (test_bit(STRIPE_BIT_DELAY, &sh->state) &&
258 clear_bit(STRIPE_BIT_DELAY, &sh->state);
993 if (test_and_clear_bit(STRIPE_BIT_DELAY, &sh->state)) { in stripe_add_to_batch_list()
995 if (test_bit(STRIPE_BIT_DELAY, &sh->batch_head->state) && in stripe_add_to_batch_list()
998 set_bit(STRIPE_BIT_DELAY, &sh->batch_head->state); in stripe_add_to_batch_list()
3603 * STRIPE_BIT_DELAY. This is important as once a stripe in __add_stripe_bio()
3604 * is added to a batch, STRIPE_BIT_DELAY cannot be changed in __add_stripe_bio()
3615 set_bit(STRIPE_BIT_DELAY, &sh->state); in __add_stripe_bio()
4346 !test_bit(STRIPE_BIT_DELAY, &sh->state))) in handle_stripe_dirtying()
4940 (1 << STRIPE_BIT_DELAY) | in break_stripe_batch_list()
[all...]

Completed in 22 milliseconds