Searched refs:hits (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dmmapfiles.d54 @hits[execname, self->vpath] = count();
61 printa("%@5d %-16s %s\n", @hits);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Proc/
H A Dmmapfiles.d54 @hits[execname, self->vpath] = count();
61 printa("%@5d %-16s %s\n", @hits);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c93 cache->hits++;
165 cache->hits++;
196 info->hits = cache->hits;
214 cache->hits = 0;
228 apr_uint64_t misses = info->gets - info->hits;
229 double hit_rate = (100.0 * (double)info->hits)
242 ", %" APR_UINT64_T_FMT " hits (%5.2f%%)\n"
255 info->hits, hit_rate,
H A Dcache.h98 apr_uint64_t hits; member in struct:svn_cache__t
/freebsd-10.0-release/contrib/bmake/
H A Ddir.h84 int hits; /* the number of times a file in this member in struct:Path
H A Ddir.c228 static int hits, /* Found in directory cache */ variable
282 dotLast->hits = 0;
880 p->hits += 1;
881 hits += 1;
986 p->hits += 1;
987 hits += 1;
1015 hits += 1;
1016 dot->hits += 1;
1024 hits += 1;
1025 cur->hits
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Ddir.c181 int hits; /* No. of times a file has been found here */ member in struct:Dir
206 static int hits; /* Found in directory cache */ variable
664 hits += 1;
665 dot->hits += 1;
707 pe->dir->hits += 1;
708 hits += 1;
1045 d->hits = 0;
1201 printf("# Stats: %d hits %d misses %d near misses %d losers (%d%%)\n",
1202 hits, misses, nearmisses, bigmisses,
1203 (hits
[all...]
/freebsd-10.0-release/contrib/ipfilter/ipsd/
H A Dipsd.c188 (void) sprintf(fname, "/var/log/ipsd/ipsd-hits.%d", nwrites);
233 int hits = 0; local
236 hits += readloop(fd, ip);
237 if (hits > writecount) {
239 hits = 0;
/freebsd-10.0-release/sys/xen/interface/xsm/
H A Dflask_op.h124 uint32_t hits; member in struct:xen_flask_cache_stats
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.hist.c541 * One bin for each number of hits. */
547 unsigned hits = hashes[i]; local
548 if (hits >= sizeof(bins)/sizeof(bins[0])) /* clip */
549 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1;
550 if (hits > highest)
551 highest = hits;
552 bins[hits]++;
557 xprintf(" %d buckets (%d%%) with %d hits\n",
568 unsigned hits = hashes[i]; local
569 if (hits
[all...]
H A Dsh.exec.c138 static int hits, misses; variable
272 hits++;
317 hits--;
793 if (hits + misses)
794 xprintf(CGETS(13, 4, "%d hits, %d misses, %d%%\n"),
795 hits, misses, 100 * hits / (hits + misses));
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c67 int hits; member in struct:name_cache
154 cache->hits++;
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h142 apr_uint64_t hits;
141 apr_uint64_t hits; member in struct:svn_cache__info_t
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_ioctl.h172 uint32_t hitcnts:1; /* count filter hits in TCB */
207 uint64_t hits; member in struct:t4_filter
H A Dt4_main.c6747 uint64_t hits; local
6753 hits = t4_read_reg64(sc, mw_base + off + 16);
6754 hits = be64toh(hits);
6756 hits = t4_read_reg(sc, mw_base + off + 24);
6757 hits = be32toh(hits);
6760 return (hits);
6787 t->hits = get_filter_hits(sc, t->idx);
6789 t->hits
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dalloca.c288 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dalloca.c288 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
/freebsd-10.0-release/sys/fs/pseudofs/
H A Dpseudofs_vncache.c69 SYSCTL_INT(_vfs_pfs_vncache, OID_AUTO, hits, CTLFLAG_RD,
71 "number of cache hits since initialization");
/freebsd-10.0-release/usr.bin/nfsstat/
H A Dnfsstat.c682 sperc1(int hits, int misses) argument
686 if (hits + misses) {
688 (int)(char)((quad_t)hits * 100 / (hits + misses)));
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1397 u8 *hits; local
1409 hits = kzalloc(128, GFP_ATOMIC);
1410 if (!hits) {
1435 hits[i] = 1;
1449 hits[0] = 1;
1452 hits[index_free] = 1;
1466 if (!hits[i]) {
1481 kfree(hits);
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.c95 int hits; member in struct:name_cache
1312 cache->hits++;
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history110 04/14 Titanic hits iceberg and sinks, 1912
122 04/23 Hank Aaron hits his first home run, 1954
253 08/15 Hurricane hits Plymouth Plantation, 1635
/freebsd-10.0-release/tools/tools/cxgbetool/
H A Dcxgbetool.c695 if (t->hits == UINT64_MAX)
698 printf(" %8ju", t->hits);
/freebsd-10.0-release/lib/libpmc/
H A Dlibpmc.c1430 __P4MASK(rd-2ndl-hits, 0),
1433 __P4MASK(rd-3rdl-hits, 3),
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c1090 fprintf(pArg->out, "Page cache hits: %d\n", iCur);

Completed in 334 milliseconds

12