Searched refs:high_threshold (Results 1 – 2 of 2) sorted by relevance
2089 int used, count, high_threshold, poolhigh = 0, poollow = 0; in check_pool_threshold() local2141 high_threshold = FIND_PERCENT(count, poolhigh); in check_pool_threshold()2142 if (used < high_threshold) { in check_pool_threshold()
991 isc_uint64_t used, count, high_threshold; in check_pool6_threshold() local1055 high_threshold = FIND_POND6_PERCENT(count, poolhigh); in check_pool6_threshold()1056 if (used < high_threshold) { in check_pool6_threshold()