Lines Matching refs:workqueue_struct
18 struct workqueue_struct;
115 struct workqueue_struct *wq;
124 struct workqueue_struct *wq;
381 extern struct workqueue_struct *system_wq;
382 extern struct workqueue_struct *system_highpri_wq;
383 extern struct workqueue_struct *system_long_wq;
384 extern struct workqueue_struct *system_unbound_wq;
385 extern struct workqueue_struct *system_freezable_wq;
386 extern struct workqueue_struct *system_power_efficient_wq;
387 extern struct workqueue_struct *system_freezable_power_efficient_wq;
403 __printf(1, 4) struct workqueue_struct *
431 extern void destroy_workqueue(struct workqueue_struct *wq);
435 int apply_workqueue_attrs(struct workqueue_struct *wq,
439 extern bool queue_work_on(int cpu, struct workqueue_struct *wq,
441 extern bool queue_work_node(int node, struct workqueue_struct *wq,
443 extern bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq,
445 extern bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq,
447 extern bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork);
449 extern void __flush_workqueue(struct workqueue_struct *wq);
450 extern void drain_workqueue(struct workqueue_struct *wq);
466 extern void workqueue_set_max_active(struct workqueue_struct *wq,
470 extern bool workqueue_congested(int cpu, struct workqueue_struct *wq);
475 extern void show_one_workqueue(struct workqueue_struct *wq);
501 static inline bool queue_work(struct workqueue_struct *wq, in queue_work()
515 static inline bool queue_delayed_work(struct workqueue_struct *wq, in queue_delayed_work()
530 static inline bool mod_delayed_work(struct workqueue_struct *wq, in mod_delayed_work()
625 struct workqueue_struct *_wq = (wq); \
695 int workqueue_sysfs_register(struct workqueue_struct *wq);
697 static inline int workqueue_sysfs_register(struct workqueue_struct *wq) in workqueue_sysfs_register()