Home
last modified time | relevance | path

Searched refs:miss (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-11-stable/lib/libc/db/btree/
HDbt_put.c283 goto miss; in bt_fast()
287 goto miss; in bt_fast()
289 goto miss; in bt_fast()
291 goto miss; in bt_fast()
295 goto miss; in bt_fast()
297 goto miss; in bt_fast()
299 goto miss; in bt_fast()
308 miss: in bt_fast()
/freebsd-11-stable/usr.sbin/fmtree/
HDverify.c53 static void miss(NODE *, char *);
63 miss(root, path); in mtree_verifyspec()
159 miss(NODE *p, char *tail) in miss() function
233 miss(p->child, tp + 1); in miss()
/freebsd-11-stable/contrib/mtree/
HDverify.c63 static void miss(NODE *, char *);
73 miss(root, path); in verify()
170 miss(NODE *p, char *tail) in miss() function
274 miss(p->child, tp + 1); in miss()
/freebsd-11-stable/contrib/tcsh/nls/russian/
HDset1312 10 hash miss:
/freebsd-11-stable/contrib/tcsh/nls/et/
HDset1312 10 hash miss:
/freebsd-11-stable/contrib/gdb/gdb/mi/
HDmi-cmds.c192 int miss; member
216 stats.miss++; in lookup_table()
/freebsd-11-stable/contrib/tcsh/nls/C/
HDset1312 10 hash miss:
/freebsd-11-stable/tools/tools/sysbuild/
HDsysbuild.sh273 miss=`(cd $p ; make missing ${PORTS_OPTS}) || true`
275 if [ "x${miss}" != "x" ] ; then
276 log_it "MISSING for $p:" $miss
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDlh_stats.pod41 record a miss.
/freebsd-11-stable/sys/kern/
HDvfs_cache.c73 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, miss, "struct vnode *");
80 SDT_PROBE_DEFINE2(vfs, namecache, lookup, miss, "struct vnode *",
1143 SDT_PROBE3(vfs, namecache, lookup, miss, dvp, in cache_lookup_nomakeentry()
1202 SDT_PROBE3(vfs, namecache, lookup, miss, dvp, cnp->cn_nameptr, NULL); in cache_lookup_nomakeentry()
1278 SDT_PROBE3(vfs, namecache, lookup, miss, dvp, in cache_lookup()
1320 SDT_PROBE3(vfs, namecache, lookup, miss, dvp, cnp->cn_nameptr, in cache_lookup()
2283 SDT_PROBE1(vfs, namecache, fullpath, miss, vp); in vn_vptocnp()
/freebsd-11-stable/tools/tools/shlib-compat/
HDshlib-compat.py114 self.miss = 0
117 total = self.hit + self.miss
123 (name, self.hit, self.miss, ratio)
138 self.stats.miss += 1
/freebsd-11-stable/contrib/tcsh/nls/finnish/
HDset319 17 Laajenna edelliseksi sanaksi, missä on tämä alkuosa
/freebsd-11-stable/lib/libpmc/
HDlibpmc.c2020 __K8MASK(page-miss, 1),
2056 __K8MASK(probe-miss, 0),
2289 __P4MASK(miss, 1),
2337 __P4MASK(rd-2ndl-miss, 8),
2338 __P4MASK(rd-3rdl-miss, 9),
2339 __P4MASK(wr-2ndl-miss, 10),
/freebsd-11-stable/contrib/gcc/
HDstab.def32 and DBX seems not to miss it. */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCScheduleP9.td22 // that we have a cache hit. For a cache miss the load latency will be more.
/freebsd-11-stable/sys/net/
HDroute.c452 goto miss; in rtalloc1_fib()
478 miss: in rtalloc1_fib()
/freebsd-11-stable/contrib/gcc/config/arm/
HDarm1136jfs.md247 ;; assume an optimal case for now, because the cost of a cache miss
/freebsd-11-stable/contrib/binutils/include/aout/
HDstab.def40 and DBX seems not to miss it. */
/freebsd-11-stable/share/syscons/keymaps/
HDcz.iso2.kbd107 # Make me know if I miss something. My native tongue is Slovak,
/freebsd-11-stable/contrib/nvi/cl/
HDREADME.signal111 ignore signals. It's also less likely that we'll miss a case, and we
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib.h553 u32 miss; member
/freebsd-11-stable/sys/dev/wpi/
HDif_wpi.c2212 struct wpi_beacon_missed *miss = in wpi_notif_intr() local
2219 misses = le32toh(miss->consecutive); in wpi_notif_intr()
2220 expected = le32toh(miss->expected); in wpi_notif_intr()
2221 received = le32toh(miss->received); in wpi_notif_intr()
2226 __func__, misses, le32toh(miss->total), received, in wpi_notif_intr()
/freebsd-11-stable/contrib/unbound/
HDREADME-Travis.md94 …pic/android-ndk/qZjhOaynHXc) on the android-ndk mailing list. (Many folks miss this step, or use i…
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDChangeLog-1.4219 …o Remove support for the rtsig method: it hasn't compiled for a while, and nobody seems to miss it…
/freebsd-11-stable/contrib/unbound/contrib/
HDfastrpz.patch2161 + * but note the miss so that it can be prepended
2439 +/* Check a cache hit or miss for the iterator.
2440 + * A cache miss can already have a QNAME hit that was ignored before checking
2582 + * cache miss when the original QNAME did not trigger a response

123