Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_gbl.h152 extern struct kmem_cache *srb_cachep;
Dqla_os.c38 struct kmem_cache *srb_cachep; variable
4139 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2x00_mem_alloc()
8213 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, in qla2x00_module_init()
8215 if (srb_cachep == NULL) { in qla2x00_module_init()
8289 kmem_cache_destroy(srb_cachep); in qla2x00_module_init()
8309 kmem_cache_destroy(srb_cachep); in qla2x00_module_exit()
Dqla_init.c9476 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2xxx_create_qpair()
/linux-6.1.9/drivers/scsi/qla4xxx/
Dql4_os.c30 static struct kmem_cache *srb_cachep; variable
4270 mempool_free_slab, srb_cachep); in qla4xxx_mem_alloc()
9895 srb_cachep = kmem_cache_create("qla4xxx_srbs", sizeof(struct srb), 0, in qla4xxx_module_init()
9897 if (srb_cachep == NULL) { in qla4xxx_module_init()
9927 kmem_cache_destroy(srb_cachep); in qla4xxx_module_init()
9936 kmem_cache_destroy(srb_cachep); in qla4xxx_module_exit()