Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_os.c51 static struct kmem_cache *ctx_cachep; variable
4000 if (!ctx_cachep) { in qla2x00_mem_alloc()
4001 ctx_cachep = kmem_cache_create("qla2xxx_ctx", in qla2x00_mem_alloc()
4004 if (!ctx_cachep) in qla2x00_mem_alloc()
4008 ctx_cachep); in qla2x00_mem_alloc()
4012 "ctx_cachep=%p ctx_mempool=%p.\n", in qla2x00_mem_alloc()
4013 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
7987 kmem_cache_destroy(ctx_cachep); in qla2x00_module_exit()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_os.c56 static struct kmem_cache *ctx_cachep; variable
4190 if (!ctx_cachep) { in qla2x00_mem_alloc()
4191 ctx_cachep = kmem_cache_create("qla2xxx_ctx", in qla2x00_mem_alloc()
4194 if (!ctx_cachep) in qla2x00_mem_alloc()
4198 ctx_cachep); in qla2x00_mem_alloc()
4202 "ctx_cachep=%p ctx_mempool=%p.\n", in qla2x00_mem_alloc()
4203 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
8358 kmem_cache_destroy(ctx_cachep); in qla2x00_module_exit()

Completed in 15 milliseconds