Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd.c405 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in mddev_resume()
3054 if (mddev->sync_thread || in new_offset_store()
3706 if (mddev->sync_thread || in level_store()
4563 if (mddev->sync_thread) { in action_store()
4607 md_wakeup_thread(mddev->sync_thread); in action_store()
4720 if (mddev->sync_thread) in sync_force_parallel_store()
5728 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run()
5747 md_wakeup_thread(mddev->sync_thread); in md_start()
5790 md_wakeup_thread(mddev->sync_thread); in restart_array()
5848 if (mddev->sync_thread) { in __md_stop_writes()
[all …]
Dmd.h331 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
Ddm-raid.c3689 if (mddev->sync_thread) { in raid_message()
3716 if (!mddev->suspended && mddev->sync_thread) in raid_message()
3717 md_wakeup_thread(mddev->sync_thread); in raid_message()
Draid10.c3955 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_run()
4332 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_start_reshape()
4334 if (!mddev->sync_thread) { in raid10_start_reshape()
4339 md_wakeup_thread(mddev->sync_thread); in raid10_start_reshape()
Draid5.c7387 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_run()
7943 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()
7945 if (!mddev->sync_thread) { in raid5_start_reshape()
7964 md_wakeup_thread(mddev->sync_thread); in raid5_start_reshape()
Dmd-bitmap.c2277 if (mddev->recovery || mddev->sync_thread) { in location_store()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h428 struct task_struct *sync_thread; member
Dvchiq_core.c2570 state->sync_thread = kthread_create(&sync_func, in vchiq_init_state()
2573 if (IS_ERR(state->sync_thread)) { in vchiq_init_state()
2579 set_user_nice(state->sync_thread, -20); in vchiq_init_state()
2583 wake_up_process(state->sync_thread); in vchiq_init_state()