Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/lightnvm/
Drrpc.c19 static struct kmem_cache *rrpc_gcb_cache, *rrpc_rq_cache; variable
1045 rrpc_rq_cache = kmem_cache_create("rrpc_rq", in rrpc_core_init()
1048 if (!rrpc_rq_cache) { in rrpc_core_init()
1065 rrpc->rq_pool = mempool_create_slab_pool(64, rrpc_rq_cache); in rrpc_core_init()