Home
last modified time | relevance | path

Searched refs:kthread_flush_work (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/kernel/
Dkthread.c923 struct kthread_flush_work { struct
930 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument
931 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() function
943 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()
/Linux-v4.19/include/linux/
Dkthread.h193 void kthread_flush_work(struct kthread_work *work);
/Linux-v4.19/arch/x86/kvm/
Di8254.c236 kthread_flush_work(&pit->expired); in destroy_pit_timer()
327 kthread_flush_work(&pit->expired); in create_pit_timer()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_drv.c281 kthread_flush_work(&vbl_ctrl->work); in msm_drm_uninit()