Lines Matching refs:kthread_worker
124 struct kthread_worker { struct
136 struct kthread_worker *worker; argument
164 extern void __kthread_init_worker(struct kthread_worker *worker,
191 struct kthread_worker *kthread_create_worker_on_node(unsigned int flags,
208 struct kthread_worker *__kw \
215 struct kthread_worker *
230 static inline struct kthread_worker *
234 struct kthread_worker *kw; in kthread_run_worker_on_cpu()
243 bool kthread_queue_work(struct kthread_worker *worker,
246 bool kthread_queue_delayed_work(struct kthread_worker *worker,
250 bool kthread_mod_delayed_work(struct kthread_worker *worker,
255 void kthread_flush_worker(struct kthread_worker *worker);
260 void kthread_destroy_worker(struct kthread_worker *worker);