Home
last modified time | relevance | path

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

/kernel/
Dkthread.c933 struct kthread_flush_work { struct
940 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument
941 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()
951 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function
953 struct kthread_flush_work fwork = { in kthread_flush_work()
981 EXPORT_SYMBOL_GPL(kthread_flush_work);
1104 kthread_flush_work(work); in __kthread_cancel_work_sync()
1160 struct kthread_flush_work fwork = { in kthread_flush_worker()