Searched refs:sync_thread (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | md.c | 405 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 …]
|
D | md.h | 331 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
|
D | dm-raid.c | 3689 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()
|
D | raid10.c | 3955 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()
|
D | raid5.c | 7387 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()
|
D | md-bitmap.c | 2277 if (mddev->recovery || mddev->sync_thread) { in location_store()
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 428 struct task_struct *sync_thread; member
|
D | vchiq_core.c | 2570 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()
|