Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_cache.c440 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */ variable
530 STATNODE_ULONG(count, numcache, "Number of cache entries");
723 lnumcache = atomic_fetchadd_long(&numcache, 1) + 1; in cache_alloc()
725 lnumcache = atomic_load_long(&numcache); in cache_alloc()
728 atomic_subtract_long(&numcache, 1); in cache_alloc()
744 atomic_subtract_long(&numcache, 1); in cache_free()
763 atomic_subtract_long(&numcache, i); in cache_free_batch()