Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c439 static int __read_mostly doingcache = 1; /* 1 => enable the cache */ variable
440 SYSCTL_INT(_debug, OID_AUTO, vfscache, CTLFLAG_RW, &doingcache, 0,
1940 if (__predict_false(!doingcache)) { in cache_lookup()
2304 if (__predict_false(!doingcache)) in cache_enter_time()