Searched refs:pwq_p (Results 1 – 1 of 1) sorted by relevance
5523 struct pool_workqueue **pwq_p; in alloc_and_link_pwqs() local5527 pwq_p = per_cpu_ptr(wq->cpu_pwq, cpu); in alloc_and_link_pwqs()5529 *pwq_p = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, in alloc_and_link_pwqs()5531 if (!*pwq_p) in alloc_and_link_pwqs()5534 init_pwq(*pwq_p, wq, pool); in alloc_and_link_pwqs()5537 link_pwq(*pwq_p); in alloc_and_link_pwqs()