Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_cache.c213 static u_long __exclusive_cache_line numcachehv;/* number of cache entries with vnodes held */ variable
214 SYSCTL_ULONG(_debug, OID_AUTO, numcachehv, CTLFLAG_RD, &numcachehv, 0,
876 atomic_subtract_rel_long(&numcachehv, 1); in cache_zap_locked()
1803 atomic_add_rel_long(&numcachehv, 1); in cache_enter_time()