Searched refs:pwq_cache (Results 1 – 1 of 1) sorted by relevance
266 static struct kmem_cache *pwq_cache; variable3598 kmem_cache_free(pwq_cache, in rcu_free_pwq()3739 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq()3756 kmem_cache_free(pwq_cache, pwq); in free_unbound_pwq()4936 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in init_workqueues()