Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-core.c68 static struct kmem_cache *blk_requestq_cachep; variable
254 kmem_cache_free(blk_requestq_cachep, q); in blk_free_queue_rcu()
390 q = kmem_cache_alloc_node(blk_requestq_cachep, GFP_KERNEL | __GFP_ZERO, in blk_alloc_queue()
454 kmem_cache_free(blk_requestq_cachep, q); in blk_alloc_queue()
1258 blk_requestq_cachep = KMEM_CACHE(request_queue, SLAB_PANIC); in blk_dev_init()