Lines Matching refs:kthread_worker
94 struct kthread_worker { struct
106 struct kthread_worker *worker; argument
134 struct kthread_worker worker = KTHREAD_WORKER_INIT(worker)
151 struct kthread_worker worker = KTHREAD_WORKER_INIT_ONSTACK(worker)
156 extern void __kthread_init_worker(struct kthread_worker *worker,
183 struct kthread_worker *
186 __printf(3, 4) struct kthread_worker *
190 bool kthread_queue_work(struct kthread_worker *worker,
193 bool kthread_queue_delayed_work(struct kthread_worker *worker,
197 bool kthread_mod_delayed_work(struct kthread_worker *worker,
202 void kthread_flush_worker(struct kthread_worker *worker);
207 void kthread_destroy_worker(struct kthread_worker *worker);