Searched refs:st_idle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-raid.c | 3348 enum sync_state { st_frozen, st_reshape, st_resync, st_check, st_repair, st_recover, st_idle }; enumerator 3393 return st_idle; in decipher_sync_action() 3437 if (state == st_idle && !test_bit(MD_RECOVERY_INTR, &recovery)) in rs_get_progress() 3442 if (state == st_idle && r >= resync_max_sectors) { in rs_get_progress() 3696 } else if (decipher_sync_action(mddev, mddev->recovery) != st_idle) in raid_message()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-raid.c | 3341 enum sync_state { st_frozen, st_reshape, st_resync, st_check, st_repair, st_recover, st_idle }; enumerator 3386 return st_idle; in decipher_sync_action() 3430 if (state == st_idle && !test_bit(MD_RECOVERY_INTR, &recovery)) in rs_get_progress() 3435 if (state == st_idle && r >= resync_max_sectors) { in rs_get_progress() 3728 } else if (decipher_sync_action(mddev, mddev->recovery) != st_idle) in raid_message()
|
Completed in 10 milliseconds