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

/drivers/scsi/qla2xxx/
H A Dqla_os.c600 mempool_free(ctx1, ha->ctx_mempool);
2967 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ,
2969 if (!ha->ctx_mempool)
2972 "ctx_cachep=%p ctx_mempool=%p.\n",
2973 ctx_cachep, ha->ctx_mempool);
3159 mempool_destroy(ha->ctx_mempool);
3160 ha->ctx_mempool = NULL;
3282 if (ha->ctx_mempool)
3283 mempool_destroy(ha->ctx_mempool);
3294 ha->ctx_mempool
[all...]
H A Dqla_iocb.c2352 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC);
2584 mempool_free(sp->u.scmd.ctx, ha->ctx_mempool);
H A Dqla_def.h2832 mempool_t *ctx_mempool; member in struct:qla_hw_data

Completed in 39 milliseconds