Lines Matching refs:WQ_UNBOUND
1080 if (WARN_ON_ONCE(!(pwq->wq->flags & WQ_UNBOUND))) in put_pwq()
1391 if (!(wq->flags & WQ_UNBOUND)) in __queue_work()
1429 if (wq->flags & WQ_UNBOUND) { in __queue_work()
3322 if (!(wq->flags & WQ_UNBOUND)) in rcu_free_wq()
3494 if (WARN_ON_ONCE(!(wq->flags & WQ_UNBOUND))) in pwq_unbound_release_workfn()
3833 if (WARN_ON(!(wq->flags & WQ_UNBOUND))) in apply_workqueue_attrs_locked()
3917 if (!wq_numa_enabled || !(wq->flags & WQ_UNBOUND) || in wq_update_unbound_numa()
3974 if (!(wq->flags & WQ_UNBOUND)) { in alloc_and_link_pwqs()
4007 int lim = flags & WQ_UNBOUND ? WQ_UNBOUND_MAX_ACTIVE : WQ_MAX_ACTIVE; in wq_clamp_max_active()
4065 if ((flags & WQ_UNBOUND) && max_active == 1) in __alloc_workqueue_key()
4070 flags |= WQ_UNBOUND; in __alloc_workqueue_key()
4073 if (flags & WQ_UNBOUND) in __alloc_workqueue_key()
4080 if (flags & WQ_UNBOUND) { in __alloc_workqueue_key()
4193 if (!(wq->flags & WQ_UNBOUND)) { in destroy_workqueue()
4313 if (!(wq->flags & WQ_UNBOUND)) in workqueue_congested()
5049 if (!(wq->flags & WQ_UNBOUND)) in workqueue_apply_unbound_cpumask()
5152 return scnprintf(buf, PAGE_SIZE, "%d\n", (bool)!(wq->flags & WQ_UNBOUND)); in per_cpu_show()
5451 if (wq->flags & WQ_UNBOUND) { in workqueue_sysfs_register()
5741 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND, in workqueue_init_early()