Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h708 uint64_t uth_allocs; /* Zone: number of allocations. */ member
/f-stack/freebsd/vm/
H A Duma.h708 uint64_t uth_allocs; /* Zone: number of allocations. */ member
H A Duma_core.c5154 uth->uth_allocs = counter_u64_fetch(z->uz_allocs);
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c208 mtp->mt_numallocs = uthp->uth_allocs; in memstat_sysctl_uma()