Home
last modified time | relevance | path

Searched refs:st_idle (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-raid.c3350 enum sync_state { st_frozen, st_reshape, st_resync, st_check, st_repair, st_recover, st_idle }; enumerator
3395 return st_idle; in decipher_sync_action()
3439 if (state == st_idle && !test_bit(MD_RECOVERY_INTR, &recovery)) in rs_get_progress()
3444 if (state == st_idle && r >= resync_max_sectors) { in rs_get_progress()
3698 } else if (decipher_sync_action(mddev, mddev->recovery) != st_idle) in raid_message()