Searched refs:pwq_cache (Results 1 – 1 of 1) sorted by relevance
432 static struct kmem_cache *pwq_cache; variable5167 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq()5497 *pwq_p = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, in alloc_and_link_pwqs()5532 kmem_cache_free(pwq_cache, pwq); in alloc_and_link_pwqs()7758 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in workqueue_init_early()