Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDvfs_cache.c624 static int __read_mostly doingcache = 1; /* 1 => enable the cache */ variable
625 SYSCTL_INT(_debug, OID_AUTO, vfscache, CTLFLAG_RW, &doingcache, 0,
2161 if (__predict_false(!doingcache)) { in cache_lookup()
2526 if (__predict_false(!doingcache)) in cache_enter_time()