Searched refs:next_zone (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c425 struct alloc_zone *next_zone; member in struct:alloc_zone
706 for (zone = G.zones; zone; zone = zone->next_zone)
748 for (zone = G.zones; zone; zone = zone->next_zone)
1565 new_zone->next_zone = G.zones->next_zone;
1566 G.zones->next_zone = new_zone;
1583 for (z = G.zones; z && z->next_zone != dead_zone; z = z->next_zone)
1868 for (zone = G.zones; zone; zone = zone->next_zone)
1905 for (zone = main_zone.next_zone; zon
[all...]

Completed in 101 milliseconds