Searched refs:uz_items (Results 1 – 3 of 3) sorted by relevance
480 volatile uint64_t uz_items; /* Total items count & sleepers */ member
481 volatile uint64_t uz_items; /* Total items count & sleepers */ member
3870 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));