Home
last modified time | relevance | path

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

/linux/include/linux/raspberrypi/
H A Dvchiq_core.h381 struct task_struct *sync_thread; member
/linux/drivers/md/
H A Dmd.c542 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in __mddev_resume()
5200 md_wakeup_thread_directly(&mddev->sync_thread); in stop_sync_thread()
5359 md_wakeup_thread(mddev->sync_thread); in action_store()
5509 if (mddev->sync_thread) in sync_force_parallel_store()
6898 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */ in do_md_run()
6920 md_wakeup_thread(mddev->sync_thread); in md_start()
6962 md_wakeup_thread(mddev->sync_thread); in restart_array()
7813 if (mddev->recovery || mddev->sync_thread) in set_bitmap_file()
8166 if (mddev->recovery || mddev->sync_thread) { in update_array_info()
9310 md_wakeup_thread(mddev->sync_thread); in md_write_start()
[all …]
H A Dmd.h473 struct md_thread __rcu *sync_thread; /* doing resync or reconstruct */ member
H A Dmd-cluster.c337 md_wakeup_thread(mddev->sync_thread); in recover_bitmaps()
H A Dmd-bitmap.c2642 if (mddev->recovery || mddev->sync_thread) { in location_store()
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c2623 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 Dvchiq_arm.c322 kthread_stop(mgmt->state.sync_thread); in vchiq_platform_uninit()