Lines Matching defs:wq
229 struct workqueue_struct *wq; /* I: the owning workqueue */ member
451 #define assert_rcu_or_wq_mutex_or_pool_mutex(wq) \ argument
506 #define for_each_pwq(pwq, wq) \ argument
1663 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work()
1703 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work()
1826 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on()
1893 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node()
1933 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work()
1976 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
2014 bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, in mod_delayed_work_on()
2054 bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork) in queue_rcu_work()
2388 struct workqueue_struct *wq = pwq->wq; in send_mayday() local
2835 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread() local
3096 static bool flush_workqueue_prep_pwqs(struct workqueue_struct *wq, in flush_workqueue_prep_pwqs()
3136 static void touch_wq_lockdep_map(struct workqueue_struct *wq) in touch_wq_lockdep_map()
3143 struct workqueue_struct *wq) in touch_work_lockdep_map()
3156 void __flush_workqueue(struct workqueue_struct *wq) in __flush_workqueue()
3317 void drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()
3367 struct workqueue_struct *wq; in start_flush_work() local
3913 static void wq_init_lockdep(struct workqueue_struct *wq) in wq_init_lockdep()
3926 static void wq_unregister_lockdep(struct workqueue_struct *wq) in wq_unregister_lockdep()
3931 static void wq_free_lockdep(struct workqueue_struct *wq) in wq_free_lockdep()
3937 static void wq_init_lockdep(struct workqueue_struct *wq) in wq_init_lockdep()
3941 static void wq_unregister_lockdep(struct workqueue_struct *wq) in wq_unregister_lockdep()
3945 static void wq_free_lockdep(struct workqueue_struct *wq) in wq_free_lockdep()
3952 struct workqueue_struct *wq = in rcu_free_wq() local
4132 struct workqueue_struct *wq = pwq->wq; in pwq_release_workfn() local
4175 struct workqueue_struct *wq = pwq->wq; in pwq_adjust_max_active() local
4210 static void init_pwq(struct pool_workqueue *pwq, struct workqueue_struct *wq, in init_pwq()
4230 struct workqueue_struct *wq = pwq->wq; in link_pwq() local
4249 static struct pool_workqueue *alloc_unbound_pwq(struct workqueue_struct *wq, in alloc_unbound_pwq()
4313 static struct pool_workqueue *install_unbound_pwq(struct workqueue_struct *wq, in install_unbound_pwq()
4331 struct workqueue_struct *wq; /* target workqueue */ member
4356 apply_wqattrs_prepare(struct workqueue_struct *wq, in apply_wqattrs_prepare()
4450 static int apply_workqueue_attrs_locked(struct workqueue_struct *wq, in apply_workqueue_attrs_locked()
4495 int apply_workqueue_attrs(struct workqueue_struct *wq, in apply_workqueue_attrs()
4531 static void wq_update_pod(struct workqueue_struct *wq, int cpu, in wq_update_pod()
4584 static int alloc_and_link_pwqs(struct workqueue_struct *wq) in alloc_and_link_pwqs()
4662 static int init_rescuer(struct workqueue_struct *wq) in init_rescuer()
4700 struct workqueue_struct *wq; in alloc_workqueue() local
4809 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue()
4901 void workqueue_set_max_active(struct workqueue_struct *wq, int max_active) in workqueue_set_max_active()
4973 bool workqueue_congested(int cpu, struct workqueue_struct *wq) in workqueue_congested()
5070 struct workqueue_struct *wq = NULL; in print_worker_info() local
5232 void show_one_workqueue(struct workqueue_struct *wq) in show_one_workqueue()
5328 struct workqueue_struct *wq; in show_all_workqueues() local
5353 struct workqueue_struct *wq; in show_freezable_workqueues() local
5572 struct workqueue_struct *wq; in workqueue_online_cpu() local
5607 struct workqueue_struct *wq; in workqueue_offline_cpu() local
5712 struct workqueue_struct *wq; in freeze_workqueues_begin() local
5746 struct workqueue_struct *wq; in freeze_workqueues_busy() local
5787 struct workqueue_struct *wq; in thaw_workqueues() local
5814 struct workqueue_struct *wq; in workqueue_apply_unbound_cpumask() local
5899 struct workqueue_struct *wq; in wq_affn_dfl_set() local
5954 struct workqueue_struct *wq; member
5968 struct workqueue_struct *wq = dev_to_wq(dev); in per_cpu_show() local
5977 struct workqueue_struct *wq = dev_to_wq(dev); in max_active_show() local
5986 struct workqueue_struct *wq = dev_to_wq(dev); in max_active_store() local
6007 struct workqueue_struct *wq = dev_to_wq(dev); in wq_nice_show() local
6018 static struct workqueue_attrs *wq_sysfs_prep_attrs(struct workqueue_struct *wq) in wq_sysfs_prep_attrs()
6035 struct workqueue_struct *wq = dev_to_wq(dev); in wq_nice_store() local
6060 struct workqueue_struct *wq = dev_to_wq(dev); in wq_cpumask_show() local
6074 struct workqueue_struct *wq = dev_to_wq(dev); in wq_cpumask_store() local
6097 struct workqueue_struct *wq = dev_to_wq(dev); in wq_affn_scope_show() local
6117 struct workqueue_struct *wq = dev_to_wq(dev); in wq_affn_scope_store() local
6139 struct workqueue_struct *wq = dev_to_wq(dev); in wq_affinity_strict_show() local
6149 struct workqueue_struct *wq = dev_to_wq(dev); in wq_affinity_strict_store() local
6254 int workqueue_sysfs_register(struct workqueue_struct *wq) in workqueue_sysfs_register()
6313 static void workqueue_sysfs_unregister(struct workqueue_struct *wq) in workqueue_sysfs_unregister()
6324 static void workqueue_sysfs_unregister(struct workqueue_struct *wq) { } in workqueue_sysfs_unregister()
6706 struct workqueue_struct *wq; in workqueue_init() local
6818 struct workqueue_struct *wq; in workqueue_init_topology() local