Home
last modified time | relevance | path

Searched refs:srb_cachep (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_gbl.h139 extern struct kmem_cache *srb_cachep;
H A Dqla_os.c36 struct kmem_cache *srb_cachep; variable
3994 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2x00_mem_alloc()
7896 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, in qla2x00_module_init()
7898 if (srb_cachep == NULL) { in qla2x00_module_init()
7975 kmem_cache_destroy(srb_cachep); in qla2x00_module_init()
7993 kmem_cache_destroy(srb_cachep); in qla2x00_module_exit()
H A Dqla_init.c9230 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2xxx_create_qpair()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A 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()
H A Dqla_gbl.h151 extern struct kmem_cache *srb_cachep;
H A Dqla_init.c9718 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2xxx_create_qpair()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_os.c30 static struct kmem_cache *srb_cachep; variable
4289 mempool_free_slab, srb_cachep); in qla4xxx_mem_alloc()
9925 srb_cachep = kmem_cache_create("qla4xxx_srbs", sizeof(struct srb), 0, in qla4xxx_module_init()
9927 if (srb_cachep == NULL) { in qla4xxx_module_init()
9957 kmem_cache_destroy(srb_cachep); in qla4xxx_module_init()
9966 kmem_cache_destroy(srb_cachep); in qla4xxx_module_exit()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A 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()

Completed in 58 milliseconds