Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dcfq-iosched.c67 static struct kmem_cache *cfq_pool; variable
3597 kmem_cache_free(cfq_pool, cfqq); in cfq_put_queue()
3839 cfqq = kmem_cache_alloc_node(cfq_pool, in cfq_get_queue()
4877 cfq_pool = KMEM_CACHE(cfq_queue, 0); in cfq_init()
4878 if (!cfq_pool) in cfq_init()
4888 kmem_cache_destroy(cfq_pool); in cfq_init()
4902 kmem_cache_destroy(cfq_pool); in cfq_exit()