• Home
  • Raw
  • Download

Lines Matching refs:sync_thread

533 	md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */  in mddev_resume()
3311 if (mddev->sync_thread || in new_offset_store()
3967 if (mddev->sync_thread || in level_store()
4856 if (mddev->sync_thread) { in action_store()
4900 md_wakeup_thread(mddev->sync_thread); in action_store()
5013 if (mddev->sync_thread) in sync_force_parallel_store()
6097 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run()
6121 md_wakeup_thread(mddev->sync_thread); in md_start()
6164 md_wakeup_thread(mddev->sync_thread); in restart_array()
6223 if (mddev->sync_thread) { in __md_stop_writes()
6313 if (mddev->sync_thread) in md_set_readonly()
6316 wake_up_process(mddev->sync_thread->tsk); in md_set_readonly()
6329 mddev->sync_thread || in md_set_readonly()
6377 if (mddev->sync_thread) in do_md_stop()
6380 wake_up_process(mddev->sync_thread->tsk); in do_md_stop()
6383 wait_event(resync_wait, (mddev->sync_thread == NULL && in do_md_stop()
6391 mddev->sync_thread || in do_md_stop()
7038 if (mddev->recovery || mddev->sync_thread) in set_bitmap_file()
7232 mddev->sync_thread) in update_size()
7269 if (mddev->sync_thread || in update_raid_disks()
7368 if (mddev->recovery || mddev->sync_thread) { in update_array_info()
8517 md_wakeup_thread(mddev->sync_thread); in md_write_start()
9141 mddev->sync_thread = md_register_thread(md_do_sync, in md_start_sync()
9144 if (!mddev->sync_thread) { in md_start_sync()
9159 md_wakeup_thread(mddev->sync_thread); in md_start_sync()
9290 if (mddev->sync_thread) { in md_check_recovery()
9349 if (!mddev->sync_thread) { in md_check_recovery()
9371 md_unregister_thread(&mddev->sync_thread); in md_reap_sync_thread()