Home
last modified time | relevance | path

Searched refs:uz_items (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/vm/
H A Duma_int.h480 volatile uint64_t uz_items; /* Total items count & sleepers */ member
H A Duma_core.c4193 old = zone->uz_items; in zone_alloc_limit_hard()
4203 } while (atomic_fcmpset_64(&zone->uz_items, &old, new) == 0); in zone_alloc_limit_hard()
4235 old = atomic_fetchadd_64(&zone->uz_items, in zone_alloc_limit_hard()
4278 old = atomic_fetchadd_64(&zone->uz_items, count); in zone_alloc_limit()
4309 old = atomic_fetchadd_64(&zone->uz_items, -count); in zone_free_limit()
5606 items = UZ_ITEMS_COUNT(z->uz_items);
5746 cur = UZ_ITEMS_COUNT(atomic_load_64(&zone->uz_items));