Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_os.c37 static struct kmem_cache *ctx_cachep; variable
2649 if (!ctx_cachep) { in qla2x00_mem_alloc()
2650 ctx_cachep = kmem_cache_create("qla2xxx_ctx", in qla2x00_mem_alloc()
2653 if (!ctx_cachep) in qla2x00_mem_alloc()
2657 ctx_cachep); in qla2x00_mem_alloc()
4169 if (ctx_cachep) in qla2x00_module_exit()
4170 kmem_cache_destroy(ctx_cachep); in qla2x00_module_exit()