Lines Matching defs:wq

258 	struct workqueue_struct *wq;  in alloc_workqueue()  local
317 destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue()
403 struct workqueue_struct *const wq = cookie; in linux_workqueue_thread() local
490 struct workqueue_struct *const wq = work_queue(&dw->work); in linux_workqueue_timeout() local
536 struct workqueue_struct *wq = lwp_getspecific(workqueue_key); in current_work() local
576 work_claimed(struct work_struct *work, struct workqueue_struct *wq) in work_claimed()
623 acquire_work(struct work_struct *work, struct workqueue_struct *wq) in acquire_work()
656 release_work(struct work_struct *work, struct workqueue_struct *wq) in release_work()
704 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
743 struct workqueue_struct *wq; in cancel_work() local
792 struct workqueue_struct *wq; in cancel_work_sync() local
840 wait_for_current_work(struct work_struct *work, struct workqueue_struct *wq) in wait_for_current_work()
908 dw_callout_init(struct workqueue_struct *wq, struct delayed_work *dw) in dw_callout_init()
927 dw_callout_destroy(struct workqueue_struct *wq, struct delayed_work *dw) in dw_callout_destroy()
950 cancel_delayed_work_done(struct workqueue_struct *wq, struct delayed_work *dw) in cancel_delayed_work_done()
973 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dw, in queue_delayed_work()
1046 mod_delayed_work(struct workqueue_struct *wq, struct delayed_work *dw, in mod_delayed_work()
1239 struct workqueue_struct *wq; in cancel_delayed_work() local
1329 struct workqueue_struct *wq; in cancel_delayed_work_sync() local
1458 flush_workqueue(struct workqueue_struct *wq) in flush_workqueue()
1493 drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()
1524 struct workqueue_struct *wq; in flush_work() local
1544 struct workqueue_struct *wq; in flush_delayed_work() local
1646 struct workqueue_struct *wq = work_queue(&rw->work); in queue_rcu_work_cb() local
1665 queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rw) in queue_rcu_work()