Lines Matching refs:WQ_UNBOUND
1093 if (WARN_ON_ONCE(!(pwq->wq->flags & WQ_UNBOUND))) in put_pwq()
1369 if (!(wq->flags & WQ_UNBOUND)) in __queue_work()
1407 if (wq->flags & WQ_UNBOUND) { in __queue_work()
3179 if (!(wq->flags & WQ_UNBOUND)) in rcu_free_wq()
3349 if (WARN_ON_ONCE(!(wq->flags & WQ_UNBOUND))) in pwq_unbound_release_workfn()
3673 if (WARN_ON(!(wq->flags & WQ_UNBOUND))) in apply_workqueue_attrs()
3737 if (!wq_numa_enabled || !(wq->flags & WQ_UNBOUND)) in wq_update_unbound_numa()
3804 if (!(wq->flags & WQ_UNBOUND)) { in alloc_and_link_pwqs()
3837 int lim = flags & WQ_UNBOUND ? WQ_UNBOUND_MAX_ACTIVE : WQ_MAX_ACTIVE; in wq_clamp_max_active()
3859 flags |= WQ_UNBOUND; in __alloc_workqueue_key()
3862 if (flags & WQ_UNBOUND) in __alloc_workqueue_key()
3869 if (flags & WQ_UNBOUND) { in __alloc_workqueue_key()
4001 if (!(wq->flags & WQ_UNBOUND)) { in destroy_workqueue()
4104 if (!(wq->flags & WQ_UNBOUND)) in workqueue_congested()
4827 return scnprintf(buf, PAGE_SIZE, "%d\n", (bool)!(wq->flags & WQ_UNBOUND)); in per_cpu_show()
5074 if (wq->flags & WQ_UNBOUND) { in workqueue_sysfs_register()
5219 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND, in init_workqueues()