Searched refs:kthread_work (Results 1 – 3 of 3) sorted by relevance
43 struct kthread_work;45 typedef void (*kthread_work_func_t)(struct kthread_work *work);52 struct kthread_work { struct122 kthread_init_work(struct kthread_work *work, kthread_work_func_t func) in kthread_init_work()130 kthread_queue_work(struct kthread_worker *worker, struct kthread_work *work) in kthread_queue_work()142 kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync()154 kthread_flush_work(struct kthread_work *work) in kthread_flush_work()
83 struct kthread_work comptask;
170 struct kthread_work *work = context; in lkpi_kthread_work_fn()