Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h480 volatile uint64_t uz_items; /* Total items count & sleepers */ member
/f-stack/freebsd/vm/
H A Duma_int.h481 volatile uint64_t uz_items; /* Total items count & sleepers */ member
H A Duma_core.c3870 old = zone->uz_items; in zone_alloc_limit_hard()
3880 } while (atomic_fcmpset_64(&zone->uz_items, &old, new) == 0); in zone_alloc_limit_hard()
3912 old = atomic_fetchadd_64(&zone->uz_items, in zone_alloc_limit_hard()
3955 old = atomic_fetchadd_64(&zone->uz_items, count); in zone_alloc_limit()
3986 old = atomic_fetchadd_64(&zone->uz_items, -count); in zone_free_limit()
5225 items = UZ_ITEMS_COUNT(z->uz_items);
5369 cur = UZ_ITEMS_COUNT(atomic_load_64(&zone->uz_items));