Searched refs:uthp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/libmemstat/
H A Dmemstat_uma.c78 struct uma_type_header *uthp; local
121 size = sizeof(*uthp) + count * (sizeof(*uthp) + sizeof(*upsp) *
175 uthp = (struct uma_type_header *)p;
176 p += sizeof(*uthp);
180 uthp->uth_name);
185 uthp->uth_name, maxid + 1);
198 mtp->mt_numallocs = uthp->uth_allocs;
199 mtp->mt_numfrees = uthp->uth_frees;
200 mtp->mt_failures = uthp
[all...]

Completed in 46 milliseconds