Searched refs:numcachehv (Results 1 – 1 of 1) sorted by relevance
213 static u_long __exclusive_cache_line numcachehv;/* number of cache entries with vnodes held */ variable214 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()