Searched refs:ctx_cachep (Results 1 – 1 of 1) sorted by relevance
38 static struct kmem_cache *ctx_cachep; variable3361 if (!ctx_cachep) { in qla2x00_mem_alloc()3362 ctx_cachep = kmem_cache_create("qla2xxx_ctx", in qla2x00_mem_alloc()3365 if (!ctx_cachep) in qla2x00_mem_alloc()3369 ctx_cachep); in qla2x00_mem_alloc()3374 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()5833 if (ctx_cachep) in qla2x00_module_exit()5834 kmem_cache_destroy(ctx_cachep); in qla2x00_module_exit()