Searched refs:kthread_flush_work (Results 1 – 4 of 4) sorted by relevance
923 struct kthread_flush_work { struct930 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument931 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()941 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function943 struct kthread_flush_work fwork = { in kthread_flush_work()971 EXPORT_SYMBOL_GPL(kthread_flush_work);1094 kthread_flush_work(work); in __kthread_cancel_work_sync()1150 struct kthread_flush_work fwork = { in kthread_flush_worker()
193 void kthread_flush_work(struct kthread_work *work);
236 kthread_flush_work(&pit->expired); in destroy_pit_timer()327 kthread_flush_work(&pit->expired); in create_pit_timer()
281 kthread_flush_work(&vbl_ctrl->work); in msm_drm_uninit()