Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Dmd.c515 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 …]
Dmd.h346 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
Draid10.c4229 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()
Ddm-raid.c3731 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()
Draid5.c6722 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()
Dmd-cluster.c328 md_wakeup_thread(mddev->sync_thread); in recover_bitmaps()
Dmd-bitmap.c2284 if (mddev->recovery || mddev->sync_thread) { in location_store()
/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h352 struct task_struct *sync_thread; member
Dvchiq_core.c2388 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()