Searched refs:MD_RECOVERY_DONE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.h | 521 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
|
H A D | md.c | 8097 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync() 8697 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync() 9088 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync() 9228 * When the thread finishes it sets MD_RECOVERY_DONE 9274 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery() 9339 !test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery() 9359 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery() 9457 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
|
H A D | dm-raid.c | 3372 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
|
H A D | raid10.c | 4323 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()
|
H A D | raid5.c | 8255 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.h | 559 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
|
H A D | md.c | 8139 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync() 8820 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync() 9211 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync() 9351 * When the thread finishes it sets MD_RECOVERY_DONE 9398 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery() 9467 if (!test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery() 9491 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery() 9591 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
|
H A D | dm-raid.c | 3365 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
|
H A D | raid10.c | 4711 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()
|
H A D | raid5.c | 5967 !test_bit(MD_RECOVERY_DONE, &mddev->recovery) && in reshape_inprogress() 8617 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()
|
Completed in 62 milliseconds