Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c125 static mempool_t *qla_tgt_mgmt_cmd_mempool; variable
1402 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts()
1421 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_24xx_handle_abts()
1548 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_free_mcmd()
3824 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in qlt_issue_task_mgmt()
3907 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_issue_task_mgmt()
3916 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_issue_task_mgmt()
3966 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_abort_task()
3989 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_abort_task()
6547 qla_tgt_mgmt_cmd_mempool = mempool_create(25, mempool_alloc_slab, in qlt_init()
[all …]