Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_os.c41 static struct kmem_cache *ctx_cachep; variable
3986 if (!ctx_cachep) { in qla2x00_mem_alloc()
3987 ctx_cachep = kmem_cache_create("qla2xxx_ctx", in qla2x00_mem_alloc()
3990 if (!ctx_cachep) in qla2x00_mem_alloc()
3994 ctx_cachep); in qla2x00_mem_alloc()
3999 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
7336 kmem_cache_destroy(ctx_cachep); in qla2x00_module_exit()