Home
last modified time | relevance | path

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

/linux-6.12.1/tools/workqueue/
Dwq_dump.py88 if wq.unbound_attrs.affn_strict:
207 if wq.unbound_attrs.value_() != 0:
/linux-6.12.1/kernel/
Dworkqueue.c358 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
4876 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
5309 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
5401 if (!(wq->flags & WQ_UNBOUND) || wq->unbound_attrs->ordered) in unbound_wq_update_pwq()
5411 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in unbound_wq_update_pwq()
5660 wq->unbound_attrs = alloc_workqueue_attrs(); in __alloc_workqueue()
5661 if (!wq->unbound_attrs) in __alloc_workqueue()
5739 free_workqueue_attrs(wq->unbound_attrs); in __alloc_workqueue()
6640 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_online_cpu()
6675 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_offline_cpu()
[all …]