Searched refs:numcache (Results 1 – 1 of 1) sorted by relevance
444 static u_long __exclusive_cache_line numcache;/* number of cache entries allocated */ variable538 STATNODE_ULONG(count, numcache, "Number of cache entries");737 lnumcache = atomic_fetchadd_long(&numcache, 1) + 1; in cache_alloc()739 lnumcache = atomic_load_long(&numcache); in cache_alloc()742 atomic_subtract_long(&numcache, 1); in cache_alloc()758 atomic_subtract_long(&numcache, 1); in cache_free()777 atomic_subtract_long(&numcache, i); in cache_free_batch()