Lines Matching defs:hi_water
161 size_t hi_water;
802 ctx->hi_water = 0;
1078 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water) {
1086 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water &&
1140 * when the context was pushed over hi_water but then had
1141 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1318 if (ctx->hi_water != 0U && ctx->inuse > ctx->hi_water &&
1324 if (ctx->hi_water != 0U && !ctx->hi_called &&
1325 ctx->inuse > ctx->hi_water)
1332 if (ISC_UNLIKELY(ctx->hi_water != 0U &&
1333 ctx->inuse > ctx->hi_water &&
1422 * when the context was pushed over hi_water but then had
1423 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1573 ctx->hi_water = 0;
1584 ctx->hi_water = hiwater;
2136 (uint64_t)ctx->hi_water));
2303 obj = json_object_new_int64(ctx->hi_water);