Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.c124 static struct kmem_cache *qla_tgt_mgmt_cmd_cachep; variable
6526 qla_tgt_mgmt_cmd_cachep = kmem_cache_create("qla_tgt_mgmt_cmd_cachep", in qlt_init()
6529 if (!qla_tgt_mgmt_cmd_cachep) { in qlt_init()
6536 mempool_free_slab, qla_tgt_mgmt_cmd_cachep); in qlt_init()
6559 kmem_cache_destroy(qla_tgt_mgmt_cmd_cachep); in qlt_init()
6570 kmem_cache_destroy(qla_tgt_mgmt_cmd_cachep); in qlt_exit()