Home
last modified time | relevance | path

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

/linux/drivers/md/
A Dmd.c3293 if (mddev->sync_thread || in new_offset_store()
3949 if (mddev->sync_thread || in level_store()
4995 if (mddev->sync_thread) in sync_force_parallel_store()
6217 if (mddev->sync_thread) { in __md_stop_writes()
6309 if (mddev->sync_thread) in md_set_readonly()
6325 mddev->sync_thread || in md_set_readonly()
6373 if (mddev->sync_thread) in do_md_stop()
6387 mddev->sync_thread || in do_md_stop()
7227 mddev->sync_thread) in update_size()
7264 if (mddev->sync_thread || in update_raid_disks()
[all …]
A Dmd.h346 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
A 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()
A 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()
A 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()
8260 mddev->sync_thread = md_register_thread(md_do_sync, mddev, in raid5_start_reshape()
8262 if (!mddev->sync_thread) { in raid5_start_reshape()
8281 md_wakeup_thread(mddev->sync_thread); in raid5_start_reshape()
A Dmd-cluster.c328 md_wakeup_thread(mddev->sync_thread); in recover_bitmaps()
A Dmd-bitmap.c2284 if (mddev->recovery || mddev->sync_thread) { in location_store()
/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.h346 struct task_struct *sync_thread; member
A Dvchiq_core.c2275 state->sync_thread = kthread_create(&sync_func, (void *)state, threadname); in vchiq_init_state()
2276 if (IS_ERR(state->sync_thread)) { in vchiq_init_state()
2280 ret = PTR_ERR(state->sync_thread); in vchiq_init_state()
2283 set_user_nice(state->sync_thread, -20); in vchiq_init_state()
2287 wake_up_process(state->sync_thread); in vchiq_init_state()

Completed in 841 milliseconds