Home
last modified time | relevance | path

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

123

/NextBSD/usr.bin/systat/
HDzarc.c53 struct zfield hits; member
96 static int calc(uint64_t hits, uint64_t misses) in calc() argument
98 if( hits ) in calc()
99 return 100 * hits / ( hits + misses ); in calc()
108 delta->hits.stat = (curstat.hits.stat - oldstat.hits.stat); \ in domode()
110 rate->hits.stat = calc(delta->hits.stat, delta->misses.stat) in domode()
142 #define R(row, stat) DO(rate.hits.stat, row, 31+1, "%3lu") in showzarc()
143 #define H(row, stat) DO(delta.hits.stat, row, 31+1+5, "%7lu"); \ in showzarc()
144 DO(curstat.hits.stat, row, 31+1+5+8+8, "%12lu") in showzarc()
180 size_t size = sizeof( ls->hits.arcstats ); in getinfo()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDcache.c93 cache->hits++; in svn_cache__get()
185 cache->hits++; in svn_cache__get_partial()
217 info->hits = cache->hits; in svn_cache__get_info()
235 cache->hits = 0; in svn_cache__get_info()
250 apr_uint64_t misses = info->gets - info->hits; in svn_cache__format_info()
251 double hit_rate = (100.0 * (double)info->hits) in svn_cache__format_info()
289 info->hits, hit_rate, in svn_cache__format_info()
308 info->hits, hit_rate, in svn_cache__format_info()
HDcache.h104 apr_uint64_t hits; member
/NextBSD/contrib/bmake/
HDdir.c228 static int hits, /* Found in directory cache */ variable
282 dotLast->hits = 0; in Dir_Init()
880 p->hits += 1; in DirLookup()
881 hits += 1; in DirLookup()
986 p->hits += 1; in DirLookupAbs()
987 hits += 1; in DirLookupAbs()
1015 hits += 1; in DirFindDot()
1016 dot->hits += 1; in DirFindDot()
1024 hits += 1; in DirFindDot()
1025 cur->hits += 1; in DirFindDot()
[all …]
HDdir.h84 int hits; /* the number of times a file in this member
/NextBSD/contrib/ipfilter/ipsd/
HDipsd.c233 int hits = 0; local
236 hits += readloop(fd, ip);
237 if (hits > writecount) {
239 hits = 0;
HDREADME15 After a given number of "hits", it will write the current table of packets
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Dmmapfiles.d54 @hits[execname, self->vpath] = count();
61 printa("%@5d %-16s %s\n", @hits);
/NextBSD/cddl/contrib/dtracetoolkit/Proc/
HDmmapfiles.d54 @hits[execname, self->vpath] = count();
61 printa("%@5d %-16s %s\n", @hits);
/NextBSD/contrib/tcsh/
HDsh.hist.c547 unsigned hits = hashes[i]; in testHash() local
548 if (hits >= sizeof(bins)/sizeof(bins[0])) /* clip */ in testHash()
549 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
550 if (hits > highest) in testHash()
551 highest = hits; in testHash()
552 bins[hits]++; in testHash()
568 unsigned hits = hashes[i]; in testHash() local
569 if (hits == 0 && rehashed > 0) in testHash()
570 hits = 1 && rehashed--; in testHash()
571 else if (hits > 1) in testHash()
[all …]
HDsh.exec.c138 static int hits, misses; variable
272 hits++; in doexec()
317 hits--; in doexec()
793 if (hits + misses) in hashstat()
795 hits, misses, 100 * hits / (hits + misses)); in hashstat()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdnlcps_example.txt42 A "find" command was running at the time, which had 11,263 hits on the DNLC
43 and 5768 misses. An "ls" command scored 22 hits.
HDdvmstat_example.txt30 increase. This transition from cache hits to file system activity is
HDdiskhits_example.txt106 zero hits for that range.
/NextBSD/usr.bin/nfsstat/
HDnfsstat.c366 sperc1(int hits, int misses) in sperc1() argument
370 if (hits + misses) { in sperc1()
372 (int)(char)((quad_t)hits * 100 / (hits + misses))); in sperc1()
/NextBSD/sys/arm/conf/
HDQILA9G20.hints2 # Kernel configuration hits for Calao Syatems QIL-A9G20 development card
/NextBSD/contrib/tcsh/nls/et/
HDset137 4 %d hits, %d misses, %d%%\n
/NextBSD/contrib/tcsh/nls/C/
HDset137 4 %d hits, %d misses, %d%%\n
/NextBSD/contrib/libarchive/libarchive/
HDarchive_read_disk_set_standard_lookup.c67 int hits; member
154 cache->hits++; in lookup_name()
/NextBSD/sys/sys/mach/
HDvm_statistics.h113 integer_t hits; /* object cache hits */ member
HDhost_info.h241 long hits; /* object cache hits */ member
/NextBSD/sys/xen/interface/xsm/
HDflask_op.h126 uint32_t hits; member
/NextBSD/contrib/file/magic/Magdir/
HDdigital30 # UNIX core dump file may produce too many false hits, so we include one
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_cache.h141 apr_uint64_t hits; member
/NextBSD/contrib/binutils/libiberty/
HDalloca.c288 long hits; /* Number of internal buffer hits. */ member

123