Home
last modified time | relevance | path

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

/f-stack/tools/libmemstat/
H A Dmemstat_uma.c234 mtp->mt_size = uthp->uth_size; in memstat_sysctl_uma()
236 mtp->mt_memalloced = mtp->mt_numallocs * uthp->uth_size; in memstat_sysctl_uma()
237 mtp->mt_memfreed = mtp->mt_numfrees * uthp->uth_size; in memstat_sysctl_uma()
240 mtp->mt_byteslimit = uthp->uth_limit * uthp->uth_size; in memstat_sysctl_uma()
/f-stack/tools/compat/include/vm/
H A Duma.h695 uint32_t uth_size; /* Keg: requested size of item. */ member
/f-stack/freebsd/vm/
H A Duma.h695 uint32_t uth_size; /* Keg: requested size of item. */ member
H A Duma_core.c5222 uth.uth_size = kz->uk_size;
5252 uth.uth_size = z->uz_size;