Home
last modified time | relevance | path

Searched refs:uth_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libmemstat/
H A Dmemstat_uma.c226 mtp->mt_size = uthp->uth_size; in memstat_sysctl_uma()
228 mtp->mt_memalloced = mtp->mt_numallocs * uthp->uth_size; in memstat_sysctl_uma()
229 mtp->mt_memfreed = mtp->mt_numfrees * uthp->uth_size; in memstat_sysctl_uma()
232 mtp->mt_byteslimit = uthp->uth_limit * uthp->uth_size; in memstat_sysctl_uma()
/freebsd/sys/vm/
H A Duma.h712 uint32_t uth_size; /* Keg: requested size of item. */ member
H A Duma_core.c5603 uth.uth_size = kz->uk_size;
5633 uth.uth_size = z->uz_size;