Lines Matching refs:ctx_mempool
712 mempool_free(ctx1, ha->ctx_mempool);
795 mempool_free(ctx1, ha->ctx_mempool);
4007 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ,
4009 if (!ha->ctx_mempool)
4012 "ctx_cachep=%p ctx_mempool=%p.\n",
4013 ctx_cachep, ha->ctx_mempool);
4352 mempool_destroy(ha->ctx_mempool);
4353 ha->ctx_mempool = NULL;
4753 mempool_destroy(ha->ctx_mempool);
4754 ha->ctx_mempool = NULL;