HomeSort by: relevance | last modified time | path
    Searched refs:lo_water (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 162 size_t lo_water; member in struct:isc__mem
803 ctx->lo_water = 0;
1139 * The check against ctx->lo_water == 0 is for the condition
1141 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1143 if ((ctx->inuse < ctx->lo_water) || (ctx->lo_water == 0U)) {
1421 * The check against ctx->lo_water == 0 is for the condition
1423 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1426 (ctx->inuse < ctx->lo_water || ctx->lo_water == 0U)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
mem.c 138 atomic_size_t lo_water; member in struct:isc_mem
573 atomic_init(&ctx->lo_water, 0);
1012 atomic_store_release(&ctx->lo_water, lowater);
1031 size_t lowater = atomic_load_relaxed(&ctx->lo_water);
1037 * Between lo_water and hi_water, return true with a probability
1038 * that ramps linearly from 0 at lo_water to 1 at hi_water. This
1416 (uint64_t)atomic_load_relaxed(&ctx->lo_water)));
1518 obj = json_object_new_int64(atomic_load_relaxed(&ctx->lo_water));

Completed in 30 milliseconds