Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dcfq-iosched.c61 static struct kmem_cache *cfq_pool; variable
3568 kmem_cache_free(cfq_pool, cfqq); in cfq_put_queue()
3806 cfqq = kmem_cache_alloc_node(cfq_pool, GFP_NOWAIT | __GFP_ZERO, in cfq_get_queue()
4776 cfq_pool = KMEM_CACHE(cfq_queue, 0); in cfq_init()
4777 if (!cfq_pool) in cfq_init()
4787 kmem_cache_destroy(cfq_pool); in cfq_init()
4801 kmem_cache_destroy(cfq_pool); in cfq_exit()