Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c262 static struct kmem_cache *pwq_cache __ro_after_init;
685 kmem_cache_free(pwq_cache, pwq); in ep_unregister_pollwait()
1370 pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL); in ep_ptable_queue_proc()
2612 pwq_cache = kmem_cache_create("eventpoll_pwq", in eventpoll_init()
/linux/kernel/
H A Dworkqueue.c450 static struct kmem_cache *pwq_cache; variable
5305 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq()
5630 *pwq_p = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, in alloc_and_link_pwqs()
5674 kmem_cache_free(pwq_cache, pwq); in alloc_and_link_pwqs()
7980 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in workqueue_init_early()