Searched refs:uth_size (Results 1 – 3 of 3) sorted by relevance
214 mtp->mt_size = uthp->uth_size; in memstat_sysctl_uma()215 mtp->mt_memalloced = mtp->mt_numallocs * uthp->uth_size; in memstat_sysctl_uma()216 mtp->mt_memfreed = mtp->mt_numfrees * uthp->uth_size; in memstat_sysctl_uma()219 mtp->mt_byteslimit = uthp->uth_limit * uthp->uth_size; in memstat_sysctl_uma()
667 uint32_t uth_size; /* Keg: requested size of item. */ member
3486 uth.uth_size = kz->uk_size;