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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gbl.h151 extern struct kmem_cache *srb_cachep;
H A Dqla_os.c39 struct kmem_cache *srb_cachep; variable in typeref:struct:kmem_cache
4185 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
8270 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0,
8272 if (srb_cachep == NULL) {
8346 kmem_cache_destroy(srb_cachep);
8366 kmem_cache_destroy(srb_cachep);
H A Dqla_init.c9720 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c30 static struct kmem_cache *srb_cachep; variable in typeref:struct:kmem_cache
4280 mempool_free_slab, srb_cachep);
9906 srb_cachep = kmem_cache_create("qla4xxx_srbs", sizeof(struct srb), 0,
9908 if (srb_cachep == NULL) {
9938 kmem_cache_destroy(srb_cachep);
9947 kmem_cache_destroy(srb_cachep);

Completed in 299 milliseconds