Home
last modified time | relevance | path

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

/freebsd/tools/tools/umastat/
H A Dumastat.c246 printf("%s uc_allocs = %ju;\n", spaces, cache->uc_allocs); in uma_print_cache()
/freebsd/sys/vm/
H A Duma_int.h272 uint64_t uc_allocs; /* Count of allocations */ member
H A Duma_core.c919 cache->uc_allocs++; in cache_bucket_pop()
5051 nitems += atomic_load_64(&zone->uz_cpu[i].uc_allocs) - in uma_zone_get_cur()
5067 nitems += atomic_load_64(&zone->uz_cpu[i].uc_allocs); in uma_zone_get_allocs()
5471 allocs += cache->uc_allocs;
5537 ups[i].ups_allocs = cache->uc_allocs;
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c441 mtp->mt_numallocs += ucp->uc_allocs; in memstat_kvm_uma()