Searched refs:CacheActive (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | uds_daemon.c | 5785 mDNSu32 CacheUsed = 0, CacheActive = 0, slot; in udsserver_info_dump_to_fd() local 5820 if (cr->CRActiveQuestion) CacheActive++; in udsserver_info_dump_to_fd() 5830 if (m->rrcache_active != CacheActive) in udsserver_info_dump_to_fd() 5831 …D(fd, "Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, CacheActive); in udsserver_info_dump_to_fd() 5833 … m->rrcache_size, CacheUsed, groupCount, mcastRecordCount, ucastRecordCount, CacheActive); in udsserver_info_dump_to_fd() 5858 CacheActive = 0; in udsserver_info_dump_to_fd() 5866 if (q->ThisQInterval) CacheActive++; in udsserver_info_dump_to_fd() 5883 LogToFD(fd, "%lu question%s; %lu active", CacheUsed, CacheUsed > 1 ? "s" : "", CacheActive); in udsserver_info_dump_to_fd()
|