Lines Matching refs:overmem
98 isc_mutex_t overmemlock; /*%< Covers overmem */
1327 isc_boolean_t overmem = isc_mem_isovermem(adb->mctx);
1350 result = dec_entry_refcnt(adb, overmem, entry,
1627 dec_entry_refcnt(dns_adb_t *adb, isc_boolean_t overmem, dns_adbentry_t *entry,
1644 (adb->entry_sd[bucket] || entry->expires == 0 || overmem ||
2328 * is in the overmem condition, the tail and the next to tail entries
2330 * We don't care about a race on 'overmem' at the risk of causing some
2340 isc_boolean_t overmem = isc_mem_isovermem(adb->mctx);
2345 max_victims = overmem ? 2 : 1;
2367 (overmem || victim->last_used + ADB_STALE_MARGIN <= now)) {
2375 if (!overmem)
3295 isc_boolean_t overmem;
3320 overmem = isc_mem_isovermem(adb->mctx);
3327 RUNTIME_CHECK(dec_entry_refcnt(adb, overmem, entry, ISC_TRUE) ==
4624 isc_boolean_t overmem;
4634 overmem = isc_mem_isovermem(adb->mctx);
4644 want_check_exit = dec_entry_refcnt(adb, overmem, entry, ISC_FALSE);
4740 * We're going to change the way to handle overmem condition: use
4748 isc_boolean_t overmem = ISC_TF(mark == ISC_MEM_HIWATER);
4753 "adb reached %s water mark", overmem ? "high" : "low");