Searched refs:sync_thread (Results 1 – 6 of 6) sorted by relevance
331 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in mddev_resume()2777 if (mddev->sync_thread || in new_offset_store()3368 if (mddev->sync_thread || in level_store()4227 if (mddev->sync_thread) { in action_store()4268 md_wakeup_thread(mddev->sync_thread); in action_store()4375 if (mddev->sync_thread) in sync_force_parallel_store()5231 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run()5260 md_wakeup_thread(mddev->sync_thread); in restart_array()5318 if (mddev->sync_thread) { in __md_stop_writes()5409 if (mddev->sync_thread) in md_set_readonly()[all …]
284 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
1549 if (mddev->sync_thread) { in raid_message()1575 md_wakeup_thread(mddev->sync_thread); in raid_message()
3778 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in run()4164 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_start_reshape()4166 if (!mddev->sync_thread) { in raid10_start_reshape()4171 md_wakeup_thread(mddev->sync_thread); in raid10_start_reshape()
6878 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in run()7400 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()7402 if (!mddev->sync_thread) { in raid5_start_reshape()7421 md_wakeup_thread(mddev->sync_thread); in raid5_start_reshape()
2132 if (mddev->recovery || mddev->sync_thread) in location_store()