• Home
  • Raw
  • Download

Lines Matching refs:sync_thread

530 	md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */  in mddev_resume()
3355 if (mddev->sync_thread || in new_offset_store()
4012 if (mddev->sync_thread || in level_store()
4903 if (mddev->sync_thread) { in action_store()
4957 md_wakeup_thread(mddev->sync_thread); in action_store()
5070 if (mddev->sync_thread) in sync_force_parallel_store()
6148 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run()
6171 md_wakeup_thread(mddev->sync_thread); in md_start()
6214 md_wakeup_thread(mddev->sync_thread); in restart_array()
6273 if (mddev->sync_thread) { in __md_stop_writes()
6368 if (mddev->sync_thread) in md_set_readonly()
6371 wake_up_process(mddev->sync_thread->tsk); in md_set_readonly()
6382 mddev->sync_thread || in md_set_readonly()
6431 if (mddev->sync_thread) in do_md_stop()
6434 wake_up_process(mddev->sync_thread->tsk); in do_md_stop()
6437 wait_event(resync_wait, (mddev->sync_thread == NULL && in do_md_stop()
6445 mddev->sync_thread || in do_md_stop()
7091 if (mddev->recovery || mddev->sync_thread) in set_bitmap_file()
7285 mddev->sync_thread) in update_size()
7322 if (mddev->sync_thread || in update_raid_disks()
7421 if (mddev->recovery || mddev->sync_thread) { in update_array_info()
8575 md_wakeup_thread(mddev->sync_thread); in md_write_start()
9271 mddev->sync_thread = md_register_thread(md_do_sync, in md_start_sync()
9274 if (!mddev->sync_thread) { in md_start_sync()
9289 md_wakeup_thread(mddev->sync_thread); in md_start_sync()
9421 if (mddev->sync_thread) { in md_check_recovery()
9480 if (!mddev->sync_thread) { in md_check_recovery()
9502 md_unregister_thread(&mddev->sync_thread); in md_reap_sync_thread()