Searched refs:kthread_flush_work (Results 1 – 1 of 1) sorted by relevance
1024 struct kthread_flush_work { struct1031 struct kthread_flush_work *fwork = in kthread_flush_work_fn() argument1032 container_of(work, struct kthread_flush_work, work); in kthread_flush_work_fn()1042 void kthread_flush_work(struct kthread_work *work) in kthread_flush_work() function1044 struct kthread_flush_work fwork = { in kthread_flush_work()1072 EXPORT_SYMBOL_GPL(kthread_flush_work);1237 kthread_flush_work(work); in __kthread_cancel_work_sync()1293 struct kthread_flush_work fwork = { in kthread_flush_worker()