Home
last modified time | relevance | path

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

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