Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_gbl.h151 extern struct kmem_cache *srb_cachep;
Dqla_os.c38 struct kmem_cache *srb_cachep; variable
4176 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2x00_mem_alloc()
8260 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, in qla2x00_module_init()
8262 if (srb_cachep == NULL) { in qla2x00_module_init()
8336 kmem_cache_destroy(srb_cachep); in qla2x00_module_init()
8356 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-v6.6/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()