Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Deventpoll.c257 static struct kmem_cache *pwq_cache __read_mostly;
571 kmem_cache_free(pwq_cache, pwq); in ep_unregister_pollwait()
1251 pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL); in ep_ptable_queue_proc()
2410 pwq_cache = kmem_cache_create("eventpoll_pwq", in eventpoll_init()
/linux-6.1.9/kernel/
Dworkqueue.c301 static struct kmem_cache *pwq_cache; variable
3694 kmem_cache_free(pwq_cache, in rcu_free_pwq()
3847 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq()
6009 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in workqueue_init_early()