Lines Matching refs:workqueue_struct
49 struct workqueue_struct *system_wq;
50 struct workqueue_struct *system_highpri_wq;
51 struct workqueue_struct *system_long_wq;
52 struct workqueue_struct *system_unbound_wq;
53 struct workqueue_struct *system_power_efficient_wq;
120 queue_work(struct workqueue_struct *wq, struct work_struct *work) in queue_work()
160 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *work, in queue_delayed_work()
196 struct workqueue_struct *
199 struct workqueue_struct *wq; in _create_workqueue_common()
244 destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue()
267 drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()
309 flush_workqueue(struct workqueue_struct *wq) in flush_workqueue()