Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h471 counter_u64_t uz_xdomain; /* Total number of cross-domain frees */ member
H A Duma_core.c2621 zone->uz_xdomain = counter_u64_alloc(M_WAITOK); in zone_alloc_counters()
2802 "xdomain", CTLFLAG_RD, &zone->uz_xdomain, in zone_alloc_sysctl()
3076 counter_u64_free(zone->uz_xdomain); in zone_dtor()
4772 counter_u64_add(zone->uz_xdomain, in cache_free()
5488 xdomain += counter_u64_fetch(z->uz_xdomain);
5538 uth->uth_xdomain = counter_u64_fetch(z->uz_xdomain);
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c429 (unsigned long )uz.uz_xdomain); in memstat_kvm_uma()