| /freebsd/usr.bin/systat/ |
| H A D | zarc.c | 51 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 D | mbuf.sh | 78 jexec alcatraz sysctl net.dummymbuf.hits=0 85 jexec alcatraz sysctl net.dummymbuf.hits=0 149 jexec alcatraz sysctl net.dummymbuf.hits=0 156 jexec alcatraz sysctl net.dummymbuf.hits=0 214 jexec alcatraz sysctl net.dummymbuf.hits=0 221 jexec alcatraz sysctl net.dummymbuf.hits=0 228 jexec alcatraz sysctl net.dummymbuf.hits=0
|
| /freebsd/contrib/bmake/ |
| H A D | dir.c | 221 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/crypto/krb5/src/kdc/ |
| H A D | t_replay.c | 113 hits = 0; in setup_lookaside() 347 assert_int_equal(hits, 1); in test_kdc_check_lookaside_hit() 365 assert_int_equal(hits, 0); in test_kdc_check_lookaside_no_hit() 382 assert_int_equal(hits, 0); in test_kdc_check_lookaside_empty() 402 assert_int_equal(hits, 1); in test_kdc_check_lookaside_no_response() 424 assert_int_equal(hits, 1); in test_kdc_check_lookaside_hit_multiple() 436 assert_int_equal(hits, 2); in test_kdc_check_lookaside_hit_multiple()
|
| H A D | replay.c | 53 static int hits = 0; variable 179 hits++; in kdc_check_lookaside()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.hist.c | 544 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 D | sh.exec.c | 134 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 D | set13 | 6 4 %d hits, %d misses, %d%%\n
|
| /freebsd/sys/contrib/device-tree/Bindings/arc/ |
| H A D | archs-pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
| H A D | pct.txt | 4 CPU and cache events like cache misses and hits. Like conventional PCT there
|
| /freebsd/contrib/tcsh/nls/C/ |
| H A D | set13 | 6 4 %d hits, %d misses, %d%%\n
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_disk_set_standard_lookup.c | 66 int hits; 153 cache->hits++; in lookup_name() 67 int hits; global() member
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound_munin_ | 78 unbound_munin_hits - base volume, cache hits, unwanted traffic 241 hits) 452 hits)
|
| H A D | fastrpz.patch | 169 + /* 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 D | zarcsummary | 349 hits = int(hits_string) 351 if hits >= 1000: 354 if hits >= limit: 355 value = hits/limit 360 result = "%d" % hits
|
| /freebsd/sys/contrib/xen/xsm/ |
| H A D | flask_op.h | 136 uint32_t hits; member
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_filter.c | 735 uint64_t hits; in set_tcamfilter() 741 hits = 0; in set_tcamfilter() 746 hits = be64toh(t); in set_tcamfilter() 751 hits = be32toh(t); in set_tcamfilter() 755 return (hits); in set_tcamfilter() 1127 /* T5 can't count hashfilter hits. */ in del_tcamfilter() 1661 t->hits = get_filter_hits(sc, f->tid); in set_hashfilter() 1663 t->hits = UINT64_MAX; in set_hashfilter() 1701 t->hits = get_filter_hits(sc, tid); 1703 t->hits 600 uint64_t hits; get_filter_hits() local [all...] |
| H A D | t4_ioctl.h | 214 uint32_t hitcnts:1; /* count filter hits in TCB */ 259 uint64_t hits; 250 uint64_t hits; global() member
|
| /freebsd/usr.bin/nfsstat/ |
| H A D | nfsstat.c | 516 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 D | digital | 48 # UNIX core dump file may produce too many false hits, so we include one
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-demux-pinctrl.txt | 8 if your current runtime configuration hits an errata of the internal IP core.
|
| /freebsd/stand/kboot/ |
| H A D | README | 43 code changes). If you set the breakpoint for the trampoline and it never hits,
|
| /freebsd/sys/fs/pseudofs/ |
| H A D | pseudofs_vncache.c | 69 SYSCTL_INT(_vfs_pfs_vncache, OID_AUTO, hits, CTLFLAG_RD,
|
| /freebsd/sys/net/ |
| H A D | dummymbuf.c | 118 SYSCTL_PROC(_net_dummymbuf, OID_AUTO, hits,
|
| /freebsd/contrib/libarchive/cpio/ |
| H A D | cpio.c | 81 int hits; member 1394 cache->hits++; in lookup_name()
|