epi_cache         276 fs/eventpoll.c static struct kmem_cache *epi_cache __read_mostly;
epi_cache         767 fs/eventpoll.c 	kmem_cache_free(epi_cache, epi);
epi_cache        1510 fs/eventpoll.c 	if (!(epi = kmem_cache_alloc(epi_cache, GFP_KERNEL)))
epi_cache        1620 fs/eventpoll.c 	kmem_cache_free(epi_cache, epi);
epi_cache        2390 fs/eventpoll.c 	epi_cache = kmem_cache_create("eventpoll_epi", sizeof(struct epitem),