Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/fat/
Dcache.c86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup() local
92 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 …]
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_ecdis.h39 int hit; member
64 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()
/linux-4.19.296/fs/coda/
Dcache.c65 int hit; in coda_cache_check() local
68 hit = (mask & cii->c_cached_perm) == mask && in coda_cache_check()
73 return hit; in coda_cache_check()
/linux-4.19.296/include/trace/events/
Dbcache.h124 TP_PROTO(struct bio *bio, bool hit, bool bypass),
125 TP_ARGS(bio, hit, bypass),
141 __entry->cache_hit = hit;
/linux-4.19.296/include/linux/
Dcompiler_types.h98 unsigned long hit; member
/linux-4.19.296/crypto/
DKconfig1053 with a more dramatic performance hit)