Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c266 static struct kmem_cache *pwq_cache; variable
3598 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()