Searched refs:pwq_cache (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/ |
D | eventpoll.c | 262 static struct kmem_cache *pwq_cache __read_mostly; 575 kmem_cache_free(pwq_cache, pwq); in ep_unregister_pollwait() 1282 pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL); in ep_ptable_queue_proc() 2470 pwq_cache = kmem_cache_create("eventpoll_pwq", in eventpoll_init()
|
/linux-6.6.21/kernel/ |
D | workqueue.c | 328 static struct kmem_cache *pwq_cache; variable 4094 kmem_cache_free(pwq_cache, in rcu_free_pwq() 4235 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq() 4574 *pwq_p = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, in alloc_and_link_pwqs() 4614 kmem_cache_free(pwq_cache, pwq); in alloc_and_link_pwqs() 6547 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in workqueue_init_early()
|