Home
last modified time | relevance | path

Searched refs:rrcache_active (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c4321 … m->rrcache_active++; // If not previously active, increment rrcache_active count in AnswerCurrentQuestionWithResourceRecord()
4792 m->rrcache_active--; in CheckCacheExpiration()
5217 if (m->rrcache_size > 5000 && m->rrcache_size / 32 > m->rrcache_active) in GetCacheEntity()
5221 m->rrcache_size, m->rrcache_active); in GetCacheEntity()
12230 … if (!replacement) m->rrcache_active--; // If no longer active, decrement rrcache_active count in mDNS_StopQuery_internal()
14574 m->rrcache_active = 0; in mDNS_InitStorage()
15372 mDNSu32 rrcache_active = 0; in mDNS_FinalExit() local
15389 if (cr->CRActiveQuestion) rrcache_active++; in mDNS_FinalExit()
15396 …f("mDNS_FinalExit: RR Cache was using %ld records, %lu active", rrcache_totalused, rrcache_active); in mDNS_FinalExit()
15397 if (rrcache_active != m->rrcache_active) in mDNS_FinalExit()
[all …]
H A DmDNSEmbeddedAPI.h2244 …mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that … member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5830 if (m->rrcache_active != CacheActive) in udsserver_info_dump_to_fd()
5831 …LogToFD(fd, "Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, CacheA… in udsserver_info_dump_to_fd()