Home
last modified time | relevance | path

Searched refs:faulty (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h75 * Not working: faulty==1 in_sync==0
76 * Fully working: faulty==0 in_sync==1
79 * faulty==0 in_sync==0
81 * It can never have faulty==1, in_sync==1
195 * this device was known to be faulty,
577 /* error_handler must set ->faulty and clear ->in_sync
772 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending() local
773 if (atomic_dec_and_test(&rdev->nr_pending) && faulty) { in rdev_dec_pending()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.h75 * Not working: faulty==1 in_sync==0
76 * Fully working: faulty==0 in_sync==1
79 * faulty==0 in_sync==0
81 * It can never have faulty==1, in_sync==1
193 * this device was known to be faulty,
632 /* error_handler must set ->faulty and clear ->in_sync
828 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending() local
829 if (atomic_dec_and_test(&rdev->nr_pending) && faulty) { in rdev_dec_pending()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-v6.S235 teq r5, r6 @ check for the faulty core
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-v6.S237 teq r5, r6 @ check for the faulty core
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dhead.S360 # the save area and does disabled wait with a faulty address.
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dhead.S299 # the save area and does disabled wait with a faulty address.

Completed in 6 milliseconds