Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_os.c643 mempool_free(ctx1, ha->ctx_mempool); in qla2x00_sp_free_dma()
3363 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()
3365 if (!ha->ctx_mempool) in qla2x00_mem_alloc()
3369 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
3573 if (ha->ctx_mempool) in qla2x00_mem_alloc()
3574 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()
3575 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()
3711 if (ha->ctx_mempool) in qla2x00_mem_free()
3712 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()
3726 ha->ctx_mempool = NULL; in qla2x00_mem_free()
Dqla_iocb.c2340 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC); in qla82xx_start_scsi()
2538 mempool_free(sp->u.scmd.ctx, ha->ctx_mempool); in qla82xx_start_scsi()
Dqla_def.h3425 mempool_t *ctx_mempool; member