Searched refs:qla_tgt_mgmt_cmd_mempool (Results 1 – 1 of 1) sorted by relevance
134 static mempool_t *qla_tgt_mgmt_cmd_mempool; variable2113 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_do_tmr_work()2130 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts()2155 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_24xx_handle_abts()2296 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_free_mcmd()4467 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in qlt_issue_task_mgmt()4554 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_abort_task()4579 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_abort_task()7371 qla_tgt_mgmt_cmd_mempool = mempool_create(25, mempool_alloc_slab, in qlt_init()7373 if (!qla_tgt_mgmt_cmd_mempool) { in qlt_init()[all …]