Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Duma_int.h203 uint64_t uc_frees; /* Count of frees */ member
H A Duma_core.c3205 cache->uc_frees++; in uma_zfree_arg()
3521 zone->uz_cpu[i].uc_frees; in uma_zone_get_cur()
3972 frees += cache->uc_frees;
4097 ups[i].ups_frees = cache->uc_frees;
/freebsd-12.1/tools/tools/umastat/
H A Dumastat.c247 printf("%s uc_frees = %ju;\n", spaces, cache->uc_frees); in uma_print_cache()
/freebsd-12.1/lib/libmemstat/
H A Dmemstat_uma.c420 mtp->mt_numfrees += ucp->uc_frees; in memstat_kvm_uma()