Searched refs:unbound_attrs (Results 1 – 1 of 1) sorted by relevance
279 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member3539 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()4043 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()4164 wq->unbound_attrs->no_numa) in wq_update_unbound_numa()4175 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_unbound_numa()4331 wq->unbound_attrs = alloc_workqueue_attrs(); in alloc_workqueue()4332 if (!wq->unbound_attrs) in alloc_workqueue()4387 free_workqueue_attrs(wq->unbound_attrs); in alloc_workqueue()5374 ctx = apply_wqattrs_prepare(wq, wq->unbound_attrs, unbound_cpumask); in workqueue_apply_unbound_cpumask()5530 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()[all …]