Searched refs:sync_thread (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq_core.h | 381 struct task_struct *sync_thread; member
|
| /linux/drivers/md/ |
| H A D | md.c | 89 * This workqueue is used for sync_work to register new sync_thread, and for 547 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in mddev_resume() 5083 * frozen has the highest priority, means running sync_thread will be in md_sync_action() 5084 * stopped immediately, and no new sync_thread can start. in md_sync_action() 5090 * read-only array can't register sync_thread, and it can only in md_sync_action() 5097 * idle means no sync_thread is running, and no new sync_thread is in md_sync_action() 5165 * stop_sync_thread() - wait for sync_thread to stop if it's running. in stop_sync_thread() 5188 md_wakeup_thread_directly(&mddev->sync_thread); in stop_sync_thread() 5281 /* TODO: mdadm rely on "idle" to start sync_thread in action_store() [all...] |
| H A D | md.h | 473 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */ 471 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */ global() member
|
| H A D | md-cluster.c | 337 md_wakeup_thread(mddev->sync_thread); in recover_bitmaps()
|
| H A D | dm-raid.c | 3786 md_wakeup_thread(mddev->sync_thread); in raid_message() 3830 * From now on, disallow raid_message() to change sync_thread until in raid_presuspend() 3864 * sync_thread must be stopped during suspend, and writes have in raid_postsuspend() 4140 WARN_ON_ONCE(rcu_dereference_protected(mddev->sync_thread, in raid_resume()
|
| H A D | md-bitmap.c | 2633 if (mddev->recovery || mddev->sync_thread) { in location_store()
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_core.c | 2623 state->sync_thread = kthread_create(&sync_func, (void *)state, threadname); in vchiq_init_state() 2624 if (IS_ERR(state->sync_thread)) { in vchiq_init_state() 2626 ret = PTR_ERR(state->sync_thread); in vchiq_init_state() 2629 set_user_nice(state->sync_thread, -20); in vchiq_init_state() 2633 wake_up_process(state->sync_thread); in vchiq_init_state()
|
| H A D | vchiq_arm.c | 322 kthread_stop(mgmt->state.sync_thread); in vchiq_platform_uninit()
|