Lines Matching defs:wq
201 struct workqueue_struct *wq; /* I: the owning workqueue */ member
367 #define assert_rcu_or_wq_mutex(wq) \ argument
372 #define assert_rcu_or_wq_mutex_or_pool_mutex(wq) \ argument
427 #define for_each_pwq(pwq, wq) \ argument
564 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()
1350 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work()
1395 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work()
1510 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on()
1581 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node()
1621 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work()
1664 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
1702 bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, in mod_delayed_work_on()
1742 bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork) in queue_rcu_work()
2015 struct workqueue_struct *wq = pwq->wq; in send_mayday() local
2465 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread() local
2722 static bool flush_workqueue_prep_pwqs(struct workqueue_struct *wq, in flush_workqueue_prep_pwqs()
2769 void flush_workqueue(struct workqueue_struct *wq) in flush_workqueue()
2931 void drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()
3447 static void wq_init_lockdep(struct workqueue_struct *wq) in wq_init_lockdep()
3460 static void wq_unregister_lockdep(struct workqueue_struct *wq) in wq_unregister_lockdep()
3465 static void wq_free_lockdep(struct workqueue_struct *wq) in wq_free_lockdep()
3471 static void wq_init_lockdep(struct workqueue_struct *wq) in wq_init_lockdep()
3475 static void wq_unregister_lockdep(struct workqueue_struct *wq) in wq_unregister_lockdep()
3479 static void wq_free_lockdep(struct workqueue_struct *wq) in wq_free_lockdep()
3486 struct workqueue_struct *wq = in rcu_free_wq() local
3659 struct workqueue_struct *wq = pwq->wq; in pwq_unbound_release_workfn() local
3697 struct workqueue_struct *wq = pwq->wq; in pwq_adjust_max_active() local
3736 static void init_pwq(struct pool_workqueue *pwq, struct workqueue_struct *wq, in init_pwq()
3756 struct workqueue_struct *wq = pwq->wq; in link_pwq() local
3775 static struct pool_workqueue *alloc_unbound_pwq(struct workqueue_struct *wq, in alloc_unbound_pwq()
3850 static struct pool_workqueue *numa_pwq_tbl_install(struct workqueue_struct *wq, in numa_pwq_tbl_install()
3869 struct workqueue_struct *wq; /* target workqueue */ member
3894 apply_wqattrs_prepare(struct workqueue_struct *wq, in apply_wqattrs_prepare()
3998 static int apply_workqueue_attrs_locked(struct workqueue_struct *wq, in apply_workqueue_attrs_locked()
4044 int apply_workqueue_attrs(struct workqueue_struct *wq, in apply_workqueue_attrs()
4080 static void wq_update_unbound_numa(struct workqueue_struct *wq, int cpu, in wq_update_unbound_numa()
4143 static int alloc_and_link_pwqs(struct workqueue_struct *wq) in alloc_and_link_pwqs()
4199 static int init_rescuer(struct workqueue_struct *wq) in init_rescuer()
4233 struct workqueue_struct *wq; in alloc_workqueue() local
4330 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue()
4429 void workqueue_set_max_active(struct workqueue_struct *wq, int max_active) in workqueue_set_max_active()
4500 bool workqueue_congested(int cpu, struct workqueue_struct *wq) in workqueue_congested()
4600 struct workqueue_struct *wq = NULL; in print_worker_info() local
4732 struct workqueue_struct *wq; in show_workqueue_state() local
5023 struct workqueue_struct *wq; in workqueue_online_cpu() local
5049 struct workqueue_struct *wq; in workqueue_offline_cpu() local
5141 struct workqueue_struct *wq; in freeze_workqueues_begin() local
5175 struct workqueue_struct *wq; in freeze_workqueues_busy() local
5216 struct workqueue_struct *wq; in thaw_workqueues() local
5243 struct workqueue_struct *wq; in workqueue_apply_unbound_cpumask() local
5336 struct workqueue_struct *wq; member
5350 struct workqueue_struct *wq = dev_to_wq(dev); in per_cpu_show() local
5359 struct workqueue_struct *wq = dev_to_wq(dev); in max_active_show() local
5368 struct workqueue_struct *wq = dev_to_wq(dev); in max_active_store() local
5389 struct workqueue_struct *wq = dev_to_wq(dev); in wq_pool_ids_show() local
5411 struct workqueue_struct *wq = dev_to_wq(dev); in wq_nice_show() local
5422 static struct workqueue_attrs *wq_sysfs_prep_attrs(struct workqueue_struct *wq) in wq_sysfs_prep_attrs()
5439 struct workqueue_struct *wq = dev_to_wq(dev); in wq_nice_store() local
5464 struct workqueue_struct *wq = dev_to_wq(dev); in wq_cpumask_show() local
5478 struct workqueue_struct *wq = dev_to_wq(dev); in wq_cpumask_store() local
5501 struct workqueue_struct *wq = dev_to_wq(dev); in wq_numa_show() local
5515 struct workqueue_struct *wq = dev_to_wq(dev); in wq_numa_store() local
5618 int workqueue_sysfs_register(struct workqueue_struct *wq) in workqueue_sysfs_register()
5677 static void workqueue_sysfs_unregister(struct workqueue_struct *wq) in workqueue_sysfs_unregister()
5688 static void workqueue_sysfs_unregister(struct workqueue_struct *wq) { } in workqueue_sysfs_unregister()
5971 struct workqueue_struct *wq; in workqueue_init() local