Lines Matching refs:kthread_worker
92 struct kthread_worker { struct
104 struct kthread_worker *worker; argument
132 struct kthread_worker worker = KTHREAD_WORKER_INIT(worker)
149 struct kthread_worker worker = KTHREAD_WORKER_INIT_ONSTACK(worker)
154 extern void __kthread_init_worker(struct kthread_worker *worker,
181 struct kthread_worker *
184 __printf(3, 4) struct kthread_worker *
188 bool kthread_queue_work(struct kthread_worker *worker,
191 bool kthread_queue_delayed_work(struct kthread_worker *worker,
195 bool kthread_mod_delayed_work(struct kthread_worker *worker,
200 void kthread_flush_worker(struct kthread_worker *worker);
205 void kthread_destroy_worker(struct kthread_worker *worker);