Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c288 static struct kmem_cache *pwq_cache __read_mostly;
633 kmem_cache_free(pwq_cache, pwq); in ep_unregister_pollwait()
1326 if (epi->nwait >= 0 && (pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL))) { in ep_ptable_queue_proc()
2458 pwq_cache = kmem_cache_create("eventpoll_pwq", in eventpoll_init()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c288 static struct kmem_cache *pwq_cache; variable
3693 kmem_cache_free(pwq_cache, in rcu_free_pwq()
3846 pwq = kmem_cache_alloc_node(pwq_cache, GFP_KERNEL, pool->node); in alloc_unbound_pwq()
5991 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in workqueue_init_early()