Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libmemstat/
HDmemstat_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-14-stable/sys/vm/
HDuma.h711 uint32_t uth_size; /* Keg: requested size of item. */ member
HDuma_core.c5560 uth.uth_size = kz->uk_size;
5590 uth.uth_size = z->uz_size;