Searched refs:MAX_ZONES (Results 1 – 3 of 3) sorted by relevance
461 #define MAX_ZONES 650 macro495 if (__improbable(zid >= MAX_ZONES)) { in zone_index()
497 static struct zone_cache zone_cache_startup[MAX_ZONES];499 static struct zone_stats zone_stats_startup[MAX_ZONES];500 struct zone zone_array[MAX_ZONES];501 SECURITY_READ_ONLY_LATE(zone_security_flags_t) zone_security_array[MAX_ZONES] = {502 [0 ... MAX_ZONES - 1] = {511 SECURITY_READ_ONLY_LATE(uint16_t) zone_ro_elem_size[MAX_ZONES];517 static bitmap_t zone_destroyed_bitmap[BITMAP_LEN(MAX_ZONES)];7793 assert(num_zones_in_use <= nzones && nzones < MAX_ZONES); in zone_create_find()7826 for (int i = bitmap_first(zone_destroyed_bitmap, MAX_ZONES); in zone_create_find()8459 for (zone_id_t i = 1; i < MAX_ZONES; i++) { in zone_bootstrap()
1146 assert(zone_budget + current_zones <= MAX_ZONES); in kalloc_type_apply_policy()2676 if (__probable(zid < MAX_ZONES)) { in kern_os_typed_free()