Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c540 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */ variable
647 STATNODE_ULONG(count, numcache, "Number of cache entries");
840 lnumcache = atomic_fetchadd_long(&numcache, 1) + 1; in cache_alloc()
842 lnumcache = atomic_load_long(&numcache); in cache_alloc()
845 atomic_subtract_long(&numcache, 1); in cache_alloc()
861 atomic_subtract_long(&numcache, 1); in cache_free()
880 atomic_subtract_long(&numcache, i); in cache_free_batch()