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,
175 struct kthread_worker *
178 __printf(3, 4) struct kthread_worker *
182 bool kthread_queue_work(struct kthread_worker *worker,
185 bool kthread_queue_delayed_work(struct kthread_worker *worker,
189 bool kthread_mod_delayed_work(struct kthread_worker *worker,
194 void kthread_flush_worker(struct kthread_worker *worker);
199 void kthread_destroy_worker(struct kthread_worker *worker);