Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h279 uint64_t uc_allocs; /* Count of allocations */ member
/f-stack/freebsd/vm/
H A Duma_int.h276 uint64_t uc_allocs; /* Count of allocations */ member
H A Duma_core.c755 cache->uc_allocs++; in cache_bucket_pop()
4707 nitems += atomic_load_64(&zone->uz_cpu[i].uc_allocs) - in uma_zone_get_cur()
4723 nitems += atomic_load_64(&zone->uz_cpu[i].uc_allocs); in uma_zone_get_allocs()
5102 allocs += cache->uc_allocs;
5168 ups[i].ups_allocs = cache->uc_allocs;
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c450 mtp->mt_numallocs += ucp->uc_allocs; in memstat_kvm_uma()