Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_cache.c210 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */ variable
211 SYSCTL_ULONG(_debug, OID_AUTO, numcache, CTLFLAG_RD, &numcache, 0,
360 STATNODE_ULONG(numcache, "Number of cache entries");
879 atomic_subtract_rel_long(&numcache, 1); in cache_zap_locked()
1652 if (__predict_false(numcache >= desiredvnodes * ncsizefactor)) in cache_enter_time()
1831 lnumcache = atomic_fetchadd_long(&numcache, 1) + 1; in cache_enter_time()