Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c5380 static struct pool_workqueue *alloc_pwq(struct workqueue_struct *wq, in alloc_pwq() function
5503 ctx->dfl_pwq = alloc_pwq(wq, new_attrs); in apply_wqattrs_prepare()
5513 ctx->pwq_tbl[cpu] = alloc_pwq(wq, new_attrs); in apply_wqattrs_prepare()
5658 pwq = alloc_pwq(wq, target_attrs); in unbound_wq_update_pwq()