Searched defs:worker (Results 1 – 4 of 4) sorted by relevance
22 struct worker { struct37 struct task_struct *task; /* I: worker task */ argument38 struct worker_pool *pool; /* I: the associated pool */ argument43 int id; /* I: worker id */ argument56 * current_wq_worker - return struct worker if %current is a workqueue worker argument
369 #define for_each_pool_worker(worker, wi, pool) \ argument781 struct worker *worker = first_worker(pool); in wake_up_worker() local800 struct worker *worker = kthread_data(task); in wq_worker_waking_up() local825 struct worker *worker = kthread_data(task), *to_wakeup = NULL; in wq_worker_sleeping() local872 static inline void worker_set_flags(struct worker *worker, unsigned int flags, in worker_set_flags()907 static inline void worker_clr_flags(struct worker *worker, unsigned int flags) in worker_clr_flags()962 struct worker *worker; in find_worker_executing_work() local1276 struct worker *worker; in is_chained_work() local1326 struct worker *worker; in __queue_work() local1538 static void worker_enter_idle(struct worker *worker) in worker_enter_idle()[all …]
483 void __init_kthread_worker(struct kthread_worker *worker, in __init_kthread_worker()511 struct kthread_worker *worker = worker_ptr; in kthread_worker_fn() local549 static void insert_kthread_work(struct kthread_worker *worker, in insert_kthread_work()570 bool queue_kthread_work(struct kthread_worker *worker, in queue_kthread_work()610 struct kthread_worker *worker; in flush_kthread_work() local645 void flush_kthread_worker(struct kthread_worker *worker) in flush_kthread_worker()
325 struct worker *worker = current_wq_worker(); in current_is_async() local