Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_gbl.h139 extern struct kmem_cache *srb_cachep;
Dqla_os.c35 struct kmem_cache *srb_cachep; variable
4002 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2x00_mem_alloc()
7848 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, in qla2x00_module_init()
7850 if (srb_cachep == NULL) { in qla2x00_module_init()
7927 kmem_cache_destroy(srb_cachep); in qla2x00_module_init()
7945 kmem_cache_destroy(srb_cachep); in qla2x00_module_exit()
Dqla_init.c9060 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2xxx_create_qpair()
/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_os.c30 static struct kmem_cache *srb_cachep; variable
4277 mempool_free_slab, srb_cachep); in qla4xxx_mem_alloc()
9908 srb_cachep = kmem_cache_create("qla4xxx_srbs", sizeof(struct srb), 0, in qla4xxx_module_init()
9910 if (srb_cachep == NULL) { in qla4xxx_module_init()
9940 kmem_cache_destroy(srb_cachep); in qla4xxx_module_init()
9949 kmem_cache_destroy(srb_cachep); in qla4xxx_module_exit()