Home
last modified time | relevance | path

Searched refs:ctx_mempool (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_os.c712 mempool_free(ctx1, ha->ctx_mempool); in qla2x00_sp_free_dma()
795 mempool_free(ctx1, ha->ctx_mempool); in qla2xxx_qpair_sp_free_dma()
4007 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()
4009 if (!ha->ctx_mempool) in qla2x00_mem_alloc()
4012 "ctx_cachep=%p ctx_mempool=%p.\n", in qla2x00_mem_alloc()
4013 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
4352 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()
4353 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()
4753 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()
4754 ha->ctx_mempool in qla2x00_mem_free()
[all...]
H A Dqla_iocb.c3393 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC); in qla82xx_start_scsi()
3589 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla82xx_start_scsi()
H A Dqla_def.h4505 mempool_t *ctx_mempool; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_os.c4197 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()
4199 if (!ha->ctx_mempool) in qla2x00_mem_alloc()
4202 "ctx_cachep=%p ctx_mempool=%p.\n", in qla2x00_mem_alloc()
4203 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
4582 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()
4583 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()
4983 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()
4984 ha->ctx_mempool = NULL; in qla2x00_mem_free()
H A Dqla_iocb.c3660 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla82xx_start_scsi()
4464 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla_start_scsi_type6()
H A Dqla_def.h4739 mempool_t *ctx_mempool; member

Completed in 54 milliseconds