Searched refs:cfq_ioc_pool (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c62 static struct kmem_cache *cfq_ioc_pool; variable in typeref:struct:kmem_cache
2588 kmem_cache_free(cfq_ioc_pool, cic);
2739 cic = kmem_cache_alloc_node(cfq_ioc_pool, gfp_mask | __GFP_ZERO,
3950 if (cfq_ioc_pool)
3951 kmem_cache_destroy(cfq_ioc_pool);
3960 cfq_ioc_pool = KMEM_CACHE(cfq_io_context, 0);
3961 if (!cfq_ioc_pool)

Completed in 40 milliseconds