Lines Matching defs:lo_water
139 size_t lo_water;
933 ctx->lo_water = 0;
1323 * The check against ctx->lo_water == 0 is for the condition
1325 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1327 if ((ctx->inuse < ctx->lo_water) || (ctx->lo_water == 0U)) {
1612 * The check against ctx->lo_water == 0 is for the condition
1614 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1617 (ctx->inuse < ctx->lo_water || ctx->lo_water == 0U)) {
1622 (ctx->inuse < ctx->lo_water || ctx->lo_water == 0U)) {
1766 ctx->lo_water = 0;
1775 ctx->lo_water = lowater;
2421 (isc_uint64_t)ctx->lo_water));
2585 obj = json_object_new_int64(ctx->lo_water);