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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h129 struct zone * next_zone; /* Link for all-zones list */ member in struct:zone
H A Ddebug.c579 if(zone_copy.next_zone == NULL) {
583 if(ml_nofault_copy((vm_offset_t)zone_copy.next_zone, (vm_offset_t)&zone_copy, sizeof(struct zone)) != sizeof(struct zone)) {
H A Dzalloc.c405 * and the next_zone field of zones.
1197 z->next_zone = ZONE_NULL;
1201 last_zone = &z->next_zone;
2626 for (i = 0; i < max_zones; i++, z = z->next_zone) {
3034 z = z->next_zone;
3211 z = z->next_zone;
3369 z = z->next_zone;
3464 if(the_zone->next_zone == NULL) {
3468 the_zone = the_zone->next_zone;

Completed in 28 milliseconds