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

/freebsd-10.2-release/tools/tools/umastat/
H A Dumastat.c206 uma_print_bucket(struct uma_bucket *ubp, const char *spaces __unused) argument
209 printf("{ ub_cnt = %d, ub_entries = %d }", ubp->ub_cnt,
210 ubp->ub_entries);
217 struct uma_bucket *ubp, ub; local
225 for (ubp = LIST_FIRST(bucketlist); ubp != NULL; ubp =
227 ret = kread(kvm, ubp, &ub, sizeof(ub), 0);
/freebsd-10.2-release/lib/libmemstat/
H A Dmemstat_uma.c300 struct uma_bucket *ubp, ub; local
449 for (ubp = LIST_FIRST(&uz.uz_buckets); ubp !=
450 NULL; ubp = LIST_NEXT(&ub, ub_link)) {
451 ret = kread(kvm, ubp, &ub, sizeof(ub), 0);

Completed in 50 milliseconds