Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c124 static struct kmem_cache *qla_tgt_mgmt_cmd_cachep; variable
6538 qla_tgt_mgmt_cmd_cachep = kmem_cache_create("qla_tgt_mgmt_cmd_cachep", in qlt_init()
6541 if (!qla_tgt_mgmt_cmd_cachep) { in qlt_init()
6548 mempool_free_slab, qla_tgt_mgmt_cmd_cachep); in qlt_init()
6571 kmem_cache_destroy(qla_tgt_mgmt_cmd_cachep); in qlt_init()
6582 kmem_cache_destroy(qla_tgt_mgmt_cmd_cachep); in qlt_exit()