Lines Matching defs:worker

958 void __kthread_init_worker(struct kthread_worker *worker,  in __kthread_init_worker()
987 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn() local
1052 struct kthread_worker *worker; in __kthread_create_worker_on_node() local
1089 struct kthread_worker *worker; in kthread_create_worker_on_node() local
1140 struct kthread_worker *worker; in kthread_create_worker_on_cpu() local
1155 static inline bool queuing_blocked(struct kthread_worker *worker, in queuing_blocked()
1163 static void kthread_insert_work_sanity_check(struct kthread_worker *worker, in kthread_insert_work_sanity_check()
1173 static void kthread_insert_work(struct kthread_worker *worker, in kthread_insert_work()
1199 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work()
1228 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn() local
1252 static void __kthread_queue_delayed_work(struct kthread_worker *worker, in __kthread_queue_delayed_work()
1296 bool kthread_queue_delayed_work(struct kthread_worker *worker, in kthread_queue_delayed_work()
1340 struct kthread_worker *worker; in kthread_flush_work() local
1378 struct kthread_worker *worker = work->worker; in kthread_cancel_delayed_work_timer() local
1443 bool kthread_mod_delayed_work(struct kthread_worker *worker, in kthread_mod_delayed_work()
1492 struct kthread_worker *worker = work->worker; in __kthread_cancel_work_sync() local
1571 void kthread_flush_worker(struct kthread_worker *worker) in kthread_flush_worker()
1595 void kthread_destroy_worker(struct kthread_worker *worker) in kthread_destroy_worker()