Searched refs:qla_tgt_mgmt_cmd_mempool (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_target.c | 125 static mempool_t *qla_tgt_mgmt_cmd_mempool; variable 1401 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts() 1420 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_24xx_handle_abts() 1546 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_free_mcmd() 3812 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in qlt_issue_task_mgmt() 3895 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_issue_task_mgmt() 3904 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_issue_task_mgmt() 3953 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_abort_task() 3976 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_abort_task() 6535 qla_tgt_mgmt_cmd_mempool = mempool_create(25, mempool_alloc_slab, in qlt_init() [all …]
|