Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dworkqueue.c303 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
3931 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
4397 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
4514 if (!(wq->flags & WQ_UNBOUND) || wq->unbound_attrs->ordered) in wq_update_pod()
4524 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_pod()
4696 wq->unbound_attrs = alloc_workqueue_attrs(); in alloc_workqueue()
4697 if (!wq->unbound_attrs) in alloc_workqueue()
4752 free_workqueue_attrs(wq->unbound_attrs); in alloc_workqueue()
5564 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_online_cpu()
5592 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_offline_cpu()
[all …]
/linux-6.6.21/tools/workqueue/
Dwq_dump.py163 if wq.unbound_attrs.affn_strict: