Searched refs:STRIPE_BIOFILL_RUN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 165 * sh->state flags (STRIPE_BIOFILL_RUN and STRIPE_COMPUTE_RUN) 367 STRIPE_BIOFILL_RUN, enumerator
|
H A D | raid5.c | 155 test_bit(STRIPE_BIOFILL_RUN, &sh->state) || in stripe_operations_active() 1386 * !STRIPE_BIOFILL_RUN in ops_complete_biofill() 1402 clear_bit(STRIPE_BIOFILL_RUN, &sh->state); in ops_complete_biofill() 4616 !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) in analyse_stripe() 4829 (1 << STRIPE_BIOFILL_RUN) | in break_stripe_batch_list() 4951 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) { in handle_stripe() 4953 set_bit(STRIPE_BIOFILL_RUN, &sh->state); in handle_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 166 * sh->state flags (STRIPE_BIOFILL_RUN and STRIPE_COMPUTE_RUN) 368 STRIPE_BIOFILL_RUN, enumerator
|
H A D | raid5.c | 162 test_bit(STRIPE_BIOFILL_RUN, &sh->state) || in stripe_operations_active() 1464 * !STRIPE_BIOFILL_RUN in ops_complete_biofill() 1480 clear_bit(STRIPE_BIOFILL_RUN, &sh->state); in ops_complete_biofill() 4729 !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) in analyse_stripe() 4942 (1 << STRIPE_BIOFILL_RUN) | in break_stripe_batch_list() 5064 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) { in handle_stripe() 5066 set_bit(STRIPE_BIOFILL_RUN, &sh->state); in handle_stripe()
|
Completed in 28 milliseconds