Home
last modified time | relevance | path

Searched refs:unbound_attrs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/
H A Dworkqueue.c303 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
3957 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
4423 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
4540 if (!(wq->flags & WQ_UNBOUND) || wq->unbound_attrs->ordered) in wq_update_pod()
4550 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_pod()
4722 wq->unbound_attrs = alloc_workqueue_attrs(); in alloc_workqueue()
4723 if (!wq->unbound_attrs) in alloc_workqueue()
4778 free_workqueue_attrs(wq->unbound_attrs); in alloc_workqueue()
5590 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_online_cpu()
5618 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_offline_cpu()
[all …]
/openbmc/linux/tools/workqueue/
H A Dwq_dump.py163 if wq.unbound_attrs.affn_strict: