Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue.c255 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
3145 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
3612 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
3728 wq->unbound_attrs->no_numa) in wq_update_unbound_numa()
3739 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_unbound_numa()
3850 wq->unbound_attrs = alloc_workqueue_attrs(GFP_KERNEL); in __alloc_workqueue_key()
3851 if (!wq->unbound_attrs) in __alloc_workqueue_key()
3924 free_workqueue_attrs(wq->unbound_attrs); in __alloc_workqueue_key()
4791 ctx = apply_wqattrs_prepare(wq, wq->unbound_attrs); in workqueue_apply_unbound_cpumask()
4944 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()
[all …]