Searched refs:STRIPE_BIT_DELAY (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 361 STRIPE_BIT_DELAY, enumerator
|
H A D | raid5.c | 244 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 D | raid5.h | 362 STRIPE_BIT_DELAY, enumerator
|
H A D | raid5.c | 253 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 18 milliseconds