Searched refs:sync_thread (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/md/ |
D | md.c | 515 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in mddev_resume() 3287 if (mddev->sync_thread || in new_offset_store() 3943 if (mddev->sync_thread || in level_store() 4832 if (mddev->sync_thread) { in action_store() 4876 md_wakeup_thread(mddev->sync_thread); in action_store() 4989 if (mddev->sync_thread) in sync_force_parallel_store() 6079 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run() 6102 md_wakeup_thread(mddev->sync_thread); in md_start() 6145 md_wakeup_thread(mddev->sync_thread); in restart_array() 6204 if (mddev->sync_thread) { in __md_stop_writes() [all …]
|
D | md.h | 346 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
|
D | raid10.c | 4229 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_run() 4231 if (!mddev->sync_thread) in raid10_run() 4642 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid10_start_reshape() 4644 if (!mddev->sync_thread) { in raid10_start_reshape() 4649 md_wakeup_thread(mddev->sync_thread); in raid10_start_reshape()
|
D | dm-raid.c | 3731 if (mddev->sync_thread) { in raid_message() 3757 if (!mddev->suspended && mddev->sync_thread) in raid_message() 3758 md_wakeup_thread(mddev->sync_thread); in raid_message()
|
D | raid5.c | 6722 if (mddev->sync_thread || in raid5_store_stripe_size() 7701 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_run() 7703 if (!mddev->sync_thread) in raid5_run() 8263 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape() 8265 if (!mddev->sync_thread) { in raid5_start_reshape() 8284 md_wakeup_thread(mddev->sync_thread); in raid5_start_reshape()
|
D | md-cluster.c | 328 md_wakeup_thread(mddev->sync_thread); in recover_bitmaps()
|
D | md-bitmap.c | 2284 if (mddev->recovery || mddev->sync_thread) { in location_store()
|
/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 352 struct task_struct *sync_thread; member
|
D | vchiq_core.c | 2388 state->sync_thread = kthread_create(&sync_func, in vchiq_init_state() 2391 if (IS_ERR(state->sync_thread)) { in vchiq_init_state() 2395 ret = PTR_ERR(state->sync_thread); in vchiq_init_state() 2398 set_user_nice(state->sync_thread, -20); in vchiq_init_state() 2402 wake_up_process(state->sync_thread); in vchiq_init_state()
|