Searched refs:pwq_p (Results 1 – 1 of 1) sorted by relevance
5491 struct pool_workqueue **pwq_p; in alloc_and_link_pwqs() local5495 pwq_p = per_cpu_ptr(wq->cpu_pwq, cpu); in alloc_and_link_pwqs()5497 *pwq_p = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, in alloc_and_link_pwqs()5499 if (!*pwq_p) in alloc_and_link_pwqs()5502 init_pwq(*pwq_p, wq, pool); in alloc_and_link_pwqs()5505 link_pwq(*pwq_p); in alloc_and_link_pwqs()