Searched defs:worker (Results 1 – 5 of 5) sorted by relevance
24 struct worker { struct39 struct task_struct *task; /* I: worker task */ argument40 struct worker_pool *pool; /* A: the associated pool */ argument42 struct list_head node; /* A: anchored at pool->workers */ argument47 int id; /* I: worker id */ argument59 /* used by the scheduler to determine a worker's last known identity */ argument64 * current_wq_worker - return struct worker if %current is a workqueue worker argument
768 void __kthread_init_worker(struct kthread_worker *worker, in __kthread_init_worker()797 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn() local854 struct kthread_worker *worker; in __kthread_create_worker() local897 struct kthread_worker *worker; in kthread_create_worker() local947 struct kthread_worker *worker; in kthread_create_worker_on_cpu() local963 static inline bool queuing_blocked(struct kthread_worker *worker, in queuing_blocked()971 static void kthread_insert_work_sanity_check(struct kthread_worker *worker, in kthread_insert_work_sanity_check()981 static void kthread_insert_work(struct kthread_worker *worker, in kthread_insert_work()1007 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work()1035 struct kthread_worker *worker = work->worker; in kthread_delayed_work_timer_fn() local[all …]
434 #define for_each_pool_worker(worker, pool) \ argument863 struct worker *worker = first_idle_worker(pool); in wake_up_worker() local877 struct worker *worker = kthread_data(task); in wq_worker_running() local904 struct worker *worker = kthread_data(task); in wq_worker_sleeping() local966 struct worker *worker = kthread_data(task); in wq_worker_last_func() local981 static inline void worker_set_flags(struct worker *worker, unsigned int flags) in worker_set_flags()1006 static inline void worker_clr_flags(struct worker *worker, unsigned int flags) in worker_clr_flags()1061 struct worker *worker; in find_worker_executing_work() local1385 struct worker *worker; in is_chained_work() local1470 struct worker *worker; in __queue_work() local[all …]
342 struct worker *worker = current_wq_worker(); in current_is_async() local
34 struct kthread_worker worker; member