Searched refs:hit (Results 1 – 6 of 6) sorted by relevance
86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup() local92 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { in fat_cache_lookup()93 hit = p; in fat_cache_lookup()94 if ((hit->fcluster + hit->nr_contig) < fclus) { in fat_cache_lookup()95 offset = hit->nr_contig; in fat_cache_lookup()97 offset = fclus - hit->fcluster; in fat_cache_lookup()102 if (hit != &nohit) { in fat_cache_lookup()103 fat_cache_update_lru(inode, hit); in fat_cache_lookup()106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()107 cid->fcluster = hit->fcluster; in fat_cache_lookup()[all …]
39 int hit; member64 det->hit = 0; in echo_can_disable_detector_init()94 det->hit = TRUE; in echo_can_disable_detector_update()107 return det->hit; in echo_can_disable_detector_update()
65 int hit; in coda_cache_check() local68 hit = (mask & cii->c_cached_perm) == mask && in coda_cache_check()73 return hit; in coda_cache_check()
124 TP_PROTO(struct bio *bio, bool hit, bool bypass),125 TP_ARGS(bio, hit, bypass),141 __entry->cache_hit = hit;
98 unsigned long hit; member
1053 with a more dramatic performance hit)