Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_gbl.h151 extern struct kmem_cache *srb_cachep;
Dqla_os.c38 struct kmem_cache *srb_cachep; variable
4184 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2x00_mem_alloc()
8268 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, in qla2x00_module_init()
8270 if (srb_cachep == NULL) { in qla2x00_module_init()
8344 kmem_cache_destroy(srb_cachep); in qla2x00_module_init()
8364 kmem_cache_destroy(srb_cachep); in qla2x00_module_exit()
Dqla_init.c9718 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2xxx_create_qpair()
/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_os.c30 static struct kmem_cache *srb_cachep; variable
4280 mempool_free_slab, srb_cachep); in qla4xxx_mem_alloc()
9906 srb_cachep = kmem_cache_create("qla4xxx_srbs", sizeof(struct srb), 0, in qla4xxx_module_init()
9908 if (srb_cachep == NULL) { in qla4xxx_module_init()
9938 kmem_cache_destroy(srb_cachep); in qla4xxx_module_init()
9947 kmem_cache_destroy(srb_cachep); in qla4xxx_module_exit()