Searched refs:MD_RECOVERY_DONE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | md.h | 507 MD_RECOVERY_DONE, /* thread is done and is waiting to be reaped */ enumerator
|
| D | md.c | 7785 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) in status_resync() 8378 if (test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_do_sync() 8769 set_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_do_sync() 8956 test_bit(MD_RECOVERY_DONE, &mddev->recovery) || in md_check_recovery() 9021 !test_bit(MD_RECOVERY_DONE, &mddev->recovery)) { in md_check_recovery() 9041 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_check_recovery() 9140 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in md_reap_sync_thread()
|
| D | dm-raid.c | 3357 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
|
| D | raid10.c | 4333 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid10_start_reshape()
|
| D | raid5.c | 7971 clear_bit(MD_RECOVERY_DONE, &mddev->recovery); in raid5_start_reshape()
|