Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c595 static int __read_mostly doingcache = 1; /* 1 => enable the cache */ variable
596 SYSCTL_INT(_debug, OID_AUTO, vfscache, CTLFLAG_RW, &doingcache, 0,
2127 if (__predict_false(!doingcache)) { in cache_lookup()
2498 if (__predict_false(!doingcache)) in cache_enter_time()