Lines Matching refs:WQ_UNBOUND
1088 if (WARN_ON_ONCE(!(pwq->wq->flags & WQ_UNBOUND))) in put_pwq()
1364 if (!(wq->flags & WQ_UNBOUND)) in __queue_work()
1402 if (wq->flags & WQ_UNBOUND) { in __queue_work()
3142 if (!(wq->flags & WQ_UNBOUND)) in rcu_free_wq()
3314 if (WARN_ON_ONCE(!(wq->flags & WQ_UNBOUND))) in pwq_unbound_release_workfn()
3646 if (WARN_ON(!(wq->flags & WQ_UNBOUND))) in apply_workqueue_attrs_locked()
3727 if (!wq_numa_enabled || !(wq->flags & WQ_UNBOUND) || in wq_update_unbound_numa()
3784 if (!(wq->flags & WQ_UNBOUND)) { in alloc_and_link_pwqs()
3817 int lim = flags & WQ_UNBOUND ? WQ_UNBOUND_MAX_ACTIVE : WQ_MAX_ACTIVE; in wq_clamp_max_active()
3839 flags |= WQ_UNBOUND; in __alloc_workqueue_key()
3842 if (flags & WQ_UNBOUND) in __alloc_workqueue_key()
3849 if (flags & WQ_UNBOUND) { in __alloc_workqueue_key()
3981 if (!(wq->flags & WQ_UNBOUND)) { in destroy_workqueue()
4084 if (!(wq->flags & WQ_UNBOUND)) in workqueue_congested()
4785 if (!(wq->flags & WQ_UNBOUND)) in workqueue_apply_unbound_cpumask()
4883 return scnprintf(buf, PAGE_SIZE, "%d\n", (bool)!(wq->flags & WQ_UNBOUND)); in per_cpu_show()
5182 if (wq->flags & WQ_UNBOUND) { in workqueue_sysfs_register()
5330 system_unbound_wq = alloc_workqueue("events_unbound", WQ_UNBOUND, in init_workqueues()