Searched refs:zone_destroyed_bitmap (Results 1 – 1 of 1) sorted by relevance
533 static bitmap_t zone_destroyed_bitmap[BITMAP_LEN(MAX_ZONES)]; variable9325 for (int i = bitmap_first(zone_destroyed_bitmap, MAX_ZONES); in zone_create_find()9326 i >= 0; i = bitmap_next(zone_destroyed_bitmap, i)) { in zone_create_find()9337 bitmap_clear(zone_destroyed_bitmap, i); in zone_create_find()9954 assert(!bitmap_test(zone_destroyed_bitmap, zindex)); in zdestroy()9956 bitmap_set(zone_destroyed_bitmap, zindex); in zdestroy()