Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h13 * STRIPE_ACTIVE flag. Some very specific changes can happen in bi_end_io, and
14 * these are not protected by STRIPE_ACTIVE.
160 * STRIPE_ACTIVE.
352 STRIPE_ACTIVE, enumerator
H A Draid5.c4570 * We lock the stripe by setting STRIPE_ACTIVE and then examine the
4823 WARN_ONCE(sh->state & ((1 << STRIPE_ACTIVE) | in break_stripe_batch_list()
4889 * could see break_stripe_batch_list warns about the STRIPE_ACTIVE in handle_stripe()
4895 if (test_and_set_bit_lock(STRIPE_ACTIVE, &sh->state)) { in handle_stripe()
5267 clear_bit_unlock(STRIPE_ACTIVE, &sh->state); in handle_stripe()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h14 * STRIPE_ACTIVE flag. Some very specific changes can happen in bi_end_io, and
15 * these are not protected by STRIPE_ACTIVE.
161 * STRIPE_ACTIVE.
353 STRIPE_ACTIVE, enumerator
H A Draid5.c4683 * We lock the stripe by setting STRIPE_ACTIVE and then examine the
4936 WARN_ONCE(sh->state & ((1 << STRIPE_ACTIVE) | in break_stripe_batch_list()
5002 * could see break_stripe_batch_list warns about the STRIPE_ACTIVE in handle_stripe()
5008 if (test_and_set_bit_lock(STRIPE_ACTIVE, &sh->state)) { in handle_stripe()
5382 clear_bit_unlock(STRIPE_ACTIVE, &sh->state); in handle_stripe()

Completed in 34 milliseconds