Lines Matching defs:hit
322 SDT_PROBE_DEFINE3(vfs, namecache, lookup, hit, "struct vnode *",
540 bool hit;
608 hit = false;
611 SDT_PROBE(vfs, namecache, lookup, hit, dvp, name,
614 hit = true;
617 return hit;
632 SDT_PROBE(vfs, namecache, lookup, hit, dvp, name, namelen, 0, 0);
763 SDT_PROBE(vfs, namecache, lookup, hit, dvp, name, namelen, 0, 0);
853 * The queue is partially sorted. Once we hit dots, nothing
864 * Record a hit on the entry. This is an unlocked read but
1327 * scored a hit.
1363 * inactive list in order to score a hit and be reactivated, while
1467 * For file system code: count a lookup that scored a hit in the directory