Lines Matching refs:overmem
115 isc_mutex_t overmemlock; /*%< Covers overmem */
947 isc_boolean_t overmem = isc_mem_isovermem(adb->mctx);
969 result = dec_entry_refcnt(adb, overmem, entry,
1242 dec_entry_refcnt(dns_adb_t *adb, isc_boolean_t overmem, dns_adbentry_t *entry,
1259 (adb->entry_sd[bucket] || entry->expires == 0 || overmem ||
1850 * is in the overmem condition, the tail and the next to tail entries
1852 * We don't care about a race on 'overmem' at the risk of causing some
1862 isc_boolean_t overmem = isc_mem_isovermem(adb->mctx);
1867 max_victims = overmem ? 2 : 1;
1889 (overmem || victim->last_used + ADB_STALE_MARGIN <= now)) {
1897 if (!overmem)
2627 isc_boolean_t overmem;
2652 overmem = isc_mem_isovermem(adb->mctx);
2659 RUNTIME_CHECK(dec_entry_refcnt(adb, overmem, entry, ISC_TRUE) ==
3532 isc_boolean_t overmem;
3542 overmem = isc_mem_isovermem(adb->mctx);
3552 want_check_exit = dec_entry_refcnt(adb, overmem, entry, ISC_FALSE);
3618 * We're going to change the way to handle overmem condition: use
3626 isc_boolean_t overmem = ISC_TF(mark == ISC_MEM_HIWATER);
3631 "adb reached %s water mark", overmem ? "high" : "low");