Searched refs:sync_thread (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/md/ |
A D | md.c | 3293 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 D | md.h | 346 struct md_thread *sync_thread; /* doing resync or reconstruct */ member
|
A 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()
|
A 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()
|
A 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() 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 D | md-cluster.c | 328 md_wakeup_thread(mddev->sync_thread); in recover_bitmaps()
|
A D | md-bitmap.c | 2284 if (mddev->recovery || mddev->sync_thread) { in location_store()
|
/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_core.h | 346 struct task_struct *sync_thread; member
|
A D | vchiq_core.c | 2275 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