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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c37 static struct kmem_cache *ctx_cachep; variable in typeref:struct:kmem_cache
2634 if (!ctx_cachep) {
2635 ctx_cachep = kmem_cache_create("qla2xxx_ctx",
2638 if (!ctx_cachep)
2642 ctx_cachep);
4011 if (ctx_cachep)
4012 kmem_cache_destroy(ctx_cachep);

Completed in 37 milliseconds