Home
last modified time | relevance | path

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

/f-stack/tools/libmemstat/
H A Dmemstat_uma.c239 mtp->mt_countlimit = uthp->uth_limit; 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.h698 uint32_t uth_limit; /* Keg: max items to allocate. */ member
/f-stack/freebsd/vm/
H A Duma.h698 uint32_t uth_limit; /* Keg: max items to allocate. */ member
H A Duma_core.c5232 uth.uth_limit = z->uz_max_items;