Searched refs:sync_thread (Results 1 – 6 of 6) sorted by relevance
338 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in mddev_resume()2873 if (mddev->sync_thread || in new_offset_store()3463 if (mddev->sync_thread || in level_store()4329 if (mddev->sync_thread) { in action_store()4373 md_wakeup_thread(mddev->sync_thread); in action_store()4486 if (mddev->sync_thread) in sync_force_parallel_store()5354 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run()5402 md_wakeup_thread(mddev->sync_thread); in restart_array()5457 if (mddev->sync_thread) { in __md_stop_writes()5548 if (mddev->sync_thread) in md_set_readonly()[all …]
294 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
1561 if (mddev->sync_thread) { in raid_message()1587 md_wakeup_thread(mddev->sync_thread); in raid_message()
3708 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in run()4092 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_start_reshape()4094 if (!mddev->sync_thread) { in raid10_start_reshape()4099 md_wakeup_thread(mddev->sync_thread); in raid10_start_reshape()
6940 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in run()7487 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()7489 if (!mddev->sync_thread) { in raid5_start_reshape()7508 md_wakeup_thread(mddev->sync_thread); in raid5_start_reshape()
2127 if (mddev->recovery || mddev->sync_thread) in location_store()