Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h471 counter_u64_t uz_xdomain; /* Total number of cross-domain frees */ member
/f-stack/freebsd/vm/
H A Duma_int.h472 counter_u64_t uz_xdomain; /* Total number of cross-domain frees */ member
H A Duma_core.c2402 zone->uz_xdomain = counter_u64_alloc(M_WAITOK); in zone_alloc_counters()
2571 "xdomain", CTLFLAG_RD, &zone->uz_xdomain, in zone_alloc_sysctl()
2842 counter_u64_free(zone->uz_xdomain); in zone_dtor()
4433 counter_u64_add(zone->uz_xdomain, in cache_free()
5107 xdomain += counter_u64_fetch(z->uz_xdomain);
5157 uth->uth_xdomain = counter_u64_fetch(z->uz_xdomain);
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c438 (unsigned long )uz.uz_xdomain); in memstat_kvm_uma()