Lines Matching refs:MAX_ZONES
192 static_assert(MAX_ZONES < (1u << 10), "MAX_ZONES must fit in zm_index");
502 static struct zone_stats zone_stats_startup[MAX_ZONES];
503 struct zone zone_array[MAX_ZONES];
504 SECURITY_READ_ONLY_LATE(zone_security_flags_t) zone_security_array[MAX_ZONES] = {
505 [0 ... MAX_ZONES - 1] = {
520 static bitmap_t zone_destroyed_bitmap[BITMAP_LEN(MAX_ZONES)];
8387 meta.zm_index == 0 || meta.zm_index >= MAX_ZONES || in panic_display_zone_fault()
9201 if (zone < zone_array || zone > &zone_array[MAX_ZONES]) { in zone_raise_reserve()
9236 assert(num_zones_in_use <= nzones && nzones < MAX_ZONES); in zone_create_find()
9269 for (int i = bitmap_first(zone_destroyed_bitmap, MAX_ZONES); in zone_create_find()
9969 for (zone_id_t i = 1; i < MAX_ZONES; i++) { in zone_bootstrap()