Lines Matching defs:wq
49 struct workqueue_struct *wq; member
87 static inline int is_wq_single_threaded(struct workqueue_struct *wq) in is_wq_single_threaded()
92 static const struct cpumask *wq_cpu_map(struct workqueue_struct *wq) in wq_cpu_map()
99 struct cpu_workqueue_struct *wq_per_cpu(struct workqueue_struct *wq, int cpu) in wq_per_cpu()
161 int queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
184 queue_work_on(int cpu, struct workqueue_struct *wq, struct work_struct *work) in queue_work_on()
201 struct workqueue_struct *wq = cwq->wq; in delayed_work_timer_fn() local
214 int queue_delayed_work(struct workqueue_struct *wq, in queue_delayed_work()
233 int queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
411 void flush_workqueue(struct workqueue_struct *wq) in flush_workqueue()
534 struct workqueue_struct *wq; in wait_on_work() local
756 init_cpu_workqueue(struct workqueue_struct *wq, int cpu) in init_cpu_workqueue()
771 struct workqueue_struct *wq = cwq->wq; in create_workqueue_thread() local
811 struct workqueue_struct *wq; in __create_workqueue_key() local
904 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue()
929 struct workqueue_struct *wq; in workqueue_cpu_callback() local