Home
last modified time | relevance | path

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

/src/sys/vm/
H A Duma_int.h480 volatile uint64_t uz_items; /* Total items count & sleepers */ member
H A Duma_core.c4178 old = zone->uz_items; in zone_alloc_limit_hard()
4188 } while (atomic_fcmpset_64(&zone->uz_items, &old, new) == 0); in zone_alloc_limit_hard()
4220 old = atomic_fetchadd_64(&zone->uz_items, in zone_alloc_limit_hard()
4263 old = atomic_fetchadd_64(&zone->uz_items, count); in zone_alloc_limit()
4294 old = atomic_fetchadd_64(&zone->uz_items, -count); in zone_free_limit()
5593 items = UZ_ITEMS_COUNT(z->uz_items);
5733 cur = UZ_ITEMS_COUNT(atomic_load_64(&zone->uz_items));