Lines Matching refs:kthread_worker
86 struct kthread_worker { struct
98 struct kthread_worker *worker; argument
126 struct kthread_worker worker = KTHREAD_WORKER_INIT(worker)
143 struct kthread_worker worker = KTHREAD_WORKER_INIT_ONSTACK(worker)
148 extern void __kthread_init_worker(struct kthread_worker *worker,
174 struct kthread_worker *
177 __printf(3, 4) struct kthread_worker *
181 bool kthread_queue_work(struct kthread_worker *worker,
184 bool kthread_queue_delayed_work(struct kthread_worker *worker,
188 bool kthread_mod_delayed_work(struct kthread_worker *worker,
193 void kthread_flush_worker(struct kthread_worker *worker);
198 void kthread_destroy_worker(struct kthread_worker *worker);