Lines Matching defs:wq

200 	struct workqueue_struct *wq;		/* I: the owning workqueue */  member
350 #define assert_rcu_or_wq_mutex(wq) \ argument
355 #define assert_rcu_or_wq_mutex_or_pool_mutex(wq) \ argument
410 #define for_each_pwq(pwq, wq) \ argument
572 static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, in unbound_pwq_by_node()
1329 static bool is_chained_work(struct workqueue_struct *wq) in is_chained_work()
1341 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work()
1453 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on()
1480 static void __queue_delayed_work(int cpu, struct workqueue_struct *wq, in __queue_delayed_work()
1525 bool queue_delayed_work_on(int cpu, struct workqueue_struct *wq, in queue_delayed_work_on()
1563 bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, in mod_delayed_work_on()
1842 struct workqueue_struct *wq = pwq->wq; in send_mayday() local
2257 struct workqueue_struct *wq = rescuer->rescue_wq; in rescuer_thread() local
2470 static bool flush_workqueue_prep_pwqs(struct workqueue_struct *wq, in flush_workqueue_prep_pwqs()
2517 void flush_workqueue(struct workqueue_struct *wq) in flush_workqueue()
2674 void drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()
3176 struct workqueue_struct *wq = in rcu_free_wq() local
3345 struct workqueue_struct *wq = pwq->wq; in pwq_unbound_release_workfn() local
3381 struct workqueue_struct *wq = pwq->wq; in pwq_adjust_max_active() local
3418 static void init_pwq(struct pool_workqueue *pwq, struct workqueue_struct *wq, in init_pwq()
3438 struct workqueue_struct *wq = pwq->wq; in link_pwq() local
3457 static struct pool_workqueue *alloc_unbound_pwq(struct workqueue_struct *wq, in alloc_unbound_pwq()
3525 static struct pool_workqueue *numa_pwq_tbl_install(struct workqueue_struct *wq, in numa_pwq_tbl_install()
3544 struct workqueue_struct *wq; /* target workqueue */ member
3568 apply_wqattrs_prepare(struct workqueue_struct *wq, in apply_wqattrs_prepare()
3666 int apply_workqueue_attrs(struct workqueue_struct *wq, in apply_workqueue_attrs()
3726 static void wq_update_unbound_numa(struct workqueue_struct *wq, int cpu, in wq_update_unbound_numa()
3799 static int alloc_and_link_pwqs(struct workqueue_struct *wq) in alloc_and_link_pwqs()
3854 struct workqueue_struct *wq; in __alloc_workqueue_key() local
3959 void destroy_workqueue(struct workqueue_struct *wq) in destroy_workqueue()
4040 void workqueue_set_max_active(struct workqueue_struct *wq, int max_active) in workqueue_set_max_active()
4094 bool workqueue_congested(int cpu, struct workqueue_struct *wq) in workqueue_congested()
4192 struct workqueue_struct *wq = NULL; in print_worker_info() local
4328 struct workqueue_struct *wq; in show_workqueue_state() local
4573 struct workqueue_struct *wq; in workqueue_cpu_up_callback() local
4621 struct workqueue_struct *wq; in workqueue_cpu_down_callback() local
4697 struct workqueue_struct *wq; in freeze_workqueues_begin() local
4731 struct workqueue_struct *wq; in freeze_workqueues_busy() local
4772 struct workqueue_struct *wq; in thaw_workqueues() local
4811 struct workqueue_struct *wq; member
4825 struct workqueue_struct *wq = dev_to_wq(dev); in per_cpu_show() local
4834 struct workqueue_struct *wq = dev_to_wq(dev); in max_active_show() local
4843 struct workqueue_struct *wq = dev_to_wq(dev); in max_active_store() local
4864 struct workqueue_struct *wq = dev_to_wq(dev); in wq_pool_ids_show() local
4884 struct workqueue_struct *wq = dev_to_wq(dev); in wq_nice_show() local
4895 static struct workqueue_attrs *wq_sysfs_prep_attrs(struct workqueue_struct *wq) in wq_sysfs_prep_attrs()
4912 struct workqueue_struct *wq = dev_to_wq(dev); in wq_nice_store() local
4933 struct workqueue_struct *wq = dev_to_wq(dev); in wq_cpumask_show() local
4947 struct workqueue_struct *wq = dev_to_wq(dev); in wq_cpumask_store() local
4966 struct workqueue_struct *wq = dev_to_wq(dev); in wq_numa_show() local
4980 struct workqueue_struct *wq = dev_to_wq(dev); in wq_numa_store() local
5039 int workqueue_sysfs_register(struct workqueue_struct *wq) in workqueue_sysfs_register()
5098 static void workqueue_sysfs_unregister(struct workqueue_struct *wq) in workqueue_sysfs_unregister()
5109 static void workqueue_sysfs_unregister(struct workqueue_struct *wq) { } in workqueue_sysfs_unregister()