Searched refs:qla_tgt_mgmt_cmd_mempool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 134 static mempool_t *qla_tgt_mgmt_cmd_mempool; variable 2096 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_do_tmr_work() 2113 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts() 2138 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_24xx_handle_abts() 2279 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_free_mcmd() 4449 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in qlt_issue_task_mgmt() 4536 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_abort_task() 4561 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_abort_task() 7284 qla_tgt_mgmt_cmd_mempool = mempool_create(25, mempool_alloc_slab, in qlt_init() 7286 if (!qla_tgt_mgmt_cmd_mempool) { in qlt_init() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 141 static mempool_t *qla_tgt_mgmt_cmd_mempool; variable 2077 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_do_tmr_work() 2093 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_24xx_handle_abts() 2257 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in qlt_free_mcmd() 4400 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in qlt_issue_task_mgmt() 4487 mcmd = mempool_alloc(qla_tgt_mgmt_cmd_mempool, GFP_ATOMIC); in __qlt_abort_task() 4512 mempool_free(mcmd, qla_tgt_mgmt_cmd_mempool); in __qlt_abort_task() 7324 qla_tgt_mgmt_cmd_mempool = mempool_create(25, mempool_alloc_slab, in qlt_init() 7326 if (!qla_tgt_mgmt_cmd_mempool) { in qlt_init() 7328 "mempool_create for qla_tgt_mgmt_cmd_mempool faile in qlt_init() [all...] |
Completed in 15 milliseconds