Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3915 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerCurrentQuestionWithResourceRecord()
4386 m->rrcache_active--; in CheckCacheExpiration()
4756 if (m->rrcache_size > 5000 && m->rrcache_size / 32 > m->rrcache_active) in GetCacheEntity()
4758 m->rrcache_size, m->rrcache_active); in GetCacheEntity()
11108 … if (!qptr) m->rrcache_active--; // If no longer active, decrement rrcache_active count in CacheRecordRmvEventsForCurrentQuestion()
11815 if (!q) m->rrcache_active--; // If no longer active, decrement rrcache_active count in mDNS_StopQuery_internal()
14252 m->rrcache_active = 0; in mDNS_Init()
15047 mDNSu32 rrcache_active = 0; in mDNS_FinalExit() local
15063 if (cr->CRActiveQuestion) rrcache_active++; in mDNS_FinalExit()
15070 …mDNS_FinalExit: RR Cache was using %ld records, %lu active", m->rrcache_totalused, rrcache_active); in mDNS_FinalExit()
[all …]
H A DmDNSEmbeddedAPI.h2351 …mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that … member
H A Duds_daemon.c5753 if (m->rrcache_active != CacheActive) in udsserver_info()
5754 …Ident("Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, CacheActive); in udsserver_info()