Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/usr.bin/systat/
H A Dzarc.c51 struct zfield hits; member
103 calc_rate(uint64_t hits, uint64_t misses) in calc_rate() argument
105 if(hits) in calc_rate()
106 return 100 * hits / (hits + misses); in calc_rate()
115 delta->hits.stat = (curstat.hits.stat - oldstat.hits.stat); \ in domode()
117 rate->current.stat = calc_rate(delta->hits.stat, delta->misses.stat); \ in domode()
118 rate->total.stat = calc_rate(curstat.hits.stat, curstat.misses.stat) in domode()
149 #define HITS(stat) DO(delta.hits.stat, 31+1+5, 6); \ in showzarc()
150 DO(curstat.hits.stat, 31+1+5+7+7+8+5, 6) in showzarc()
198 size_t size = sizeof(ls->hits.arcstats); in getinfo()
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dmbuf.sh78 jexec alcatraz sysctl net.dummymbuf.hits=0
85 jexec alcatraz sysctl net.dummymbuf.hits=0
143 jexec alcatraz sysctl net.dummymbuf.hits=0
150 jexec alcatraz sysctl net.dummymbuf.hits=0
208 jexec alcatraz sysctl net.dummymbuf.hits=0
215 jexec alcatraz sysctl net.dummymbuf.hits=0
222 jexec alcatraz sysctl net.dummymbuf.hits=0
/freebsd/contrib/bmake/
H A Ddir.c221 int hits; member
245 static int hits; /* Found in directory cache */ variable
280 dir->hits = 0; in CachedDir_New()
965 dir->hits++; in DirLookup()
966 hits++; in DirLookup()
1023 dir->hits++; in DirLookupAbs()
1024 hits++; in DirLookupAbs()
1039 hits++; in DirFindDot()
1040 dot->hits++; in DirFindDot()
1046 hits++; in DirFindDot()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.hist.c544 unsigned hits = hashes[i]; in testHash() local
545 if (hits >= sizeof(bins)/sizeof(bins[0])) /* clip */ in testHash()
546 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
547 if (hits > highest) in testHash()
548 highest = hits; in testHash()
549 bins[hits]++; in testHash()
565 unsigned hits = hashes[i]; in testHash() local
566 if (hits == 0 && rehashed > 0) in testHash()
567 hits = 1 && rehashed--; in testHash()
568 else if (hits > 1) in testHash()
[all …]
H A Dsh.exec.c134 static int hits, misses; variable
268 hits++; in doexec()
313 hits--; in doexec()
790 if (hits + misses) in hashstat()
792 hits, misses, 100 * hits / (hits + misses)); in hashstat()
/freebsd/contrib/tcsh/nls/et/
H A Dset136 4 %d hits, %d misses, %d%%\n
/freebsd/sys/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt4 CPU and cache events like cache misses and hits. Like conventional PCT there
H A Dpct.txt4 CPU and cache events like cache misses and hits. Like conventional PCT there
/freebsd/contrib/tcsh/nls/C/
H A Dset136 4 %d hits, %d misses, %d%%\n
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c66 int hits;
153 cache->hits++; in lookup_name()
67 int hits; global() member
/freebsd/contrib/unbound/contrib/
H A Dunbound_munin_78 unbound_munin_hits - base volume, cache hits, unwanted traffic
241 hits)
452 hits)
H A Dfastrpz.patch169 + /* Scan the cached answer for RPZ hits.
189 + /* Scan the cached answer for RPZ hits.
535 + LIBRPZ_LOG_TRACE3 =4, /* librpz hits */
809 + * - there were no hits,
1459 + case LIBRPZ_LOG_TRACE3: /* librpz hits */
1872 + /* Do not waste time looking for NSDNAME and NSIP hits when there
2442 + * Cache hits are treated like responses from authorities. */
2628 + * after adding CNAME with a target that hits a QNAME trigger.
2760 + * Check a cached reply for RPZ hits before iteration
/freebsd/sys/contrib/openzfs/cmd/
H A Darc_summary348 hits = int(hits_string)
350 if hits >= 1000:
353 if hits >= limit:
354 value = hits/limit
359 result = "%d" % hits
/freebsd/sys/contrib/xen/xsm/
H A Dflask_op.h136 uint32_t hits; member
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c600 uint64_t hits; in get_filter_hits() local
606 hits = 0; in get_filter_hits()
611 hits = be64toh(t); in get_filter_hits()
616 hits = be32toh(t); in get_filter_hits()
620 return (hits); in get_filter_hits()
1451 t->hits = get_filter_hits(sc, f->tid); in get_tcamfilter()
1453 t->hits = UINT64_MAX; in get_tcamfilter()
1491 t->hits = get_filter_hits(sc, tid); in get_hashfilter()
1493 t->hits = UINT64_MAX; in get_hashfilter()
H A Dt4_ioctl.h250 uint64_t hits; member
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c516 sperc1(int hits, int misses) in sperc1() argument
520 if (hits + misses) { in sperc1()
522 (int)(char)((quad_t)hits * 100 / (hits + misses))); in sperc1()
/freebsd/contrib/file/magic/Magdir/
H A Ddigital48 # UNIX core dump file may produce too many false hits, so we include one
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-demux-pinctrl.txt8 if your current runtime configuration hits an errata of the internal IP core.
/freebsd/stand/kboot/
H A DREADME43 code changes). If you set the breakpoint for the trampoline and it never hits,
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c69 SYSCTL_INT(_vfs_pfs_vncache, OID_AUTO, hits, CTLFLAG_RD,
/freebsd/sys/net/
H A Ddummymbuf.c118 SYSCTL_PROC(_net_dummymbuf, OID_AUTO, hits,
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c76 int hits; member
1375 cache->hits++; in lookup_name()
/freebsd/contrib/tzdata/
H A Daustralasia1065 # directly for abbreviation usage, as there are so many false hits for
1068 # following numbers of unique hits for the listed Google queries:
1070 # 10 "Eastern Daylight Time AEST" site:au [some are false hits]
1076 # 39 "EDT Eastern Daylight Time" site:au [some are false hits]
1077 # 53 "Eastern Daylight Time EDT" site:au [some are false hits]
1081 # 17 "Central Daylight Time CDT" site:au [some are false hits]
1085 # they all returned fewer than 10 unique hits. I also looked for pages
1087 # there is no WST in the US to generate false hits, and found:
1140 # Googling site:atsb.gov.au found the following number of unique hits:
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c324 u_long hits; member
3639 " hits addr/prefix or addr mask\n" in another_reslist_field()
3646 prow->hits, addrmaskstr, prow->flagstr);
3664 const char hits_fmt[] = "hits.%u"; in reslist()
3686 " hits addr/prefix or addr mask\n" in reslist()
3725 1 == sscanf(val, "%lu", &row.hits)) in reslist()

12