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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_os.c27 static struct kmem_cache *srb_cachep; variable in typeref:struct:kmem_cache
640 mempool_free_slab, srb_cachep);
2516 srb_cachep = kmem_cache_create("qla4xxx_srbs", sizeof(struct srb), 0,
2518 if (srb_cachep == NULL) {
2548 kmem_cache_destroy(srb_cachep);
2557 kmem_cache_destroy(srb_cachep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c32 static struct kmem_cache *srb_cachep; variable in typeref:struct:kmem_cache
2628 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
3956 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0,
3958 if (srb_cachep == NULL) {
3972 kmem_cache_destroy(srb_cachep);
3985 kmem_cache_destroy(srb_cachep);
3994 kmem_cache_destroy(srb_cachep);
4010 kmem_cache_destroy(srb_cachep);

Completed in 67 milliseconds