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

/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.h138 struct zone *next_zone; /* Link for all-zones list */ member in struct:zone
H A Ddebug.c596 if(zone_copy.next_zone == NULL) {
600 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.c990 * and the next_zone field of zones.
1798 z->next_zone = ZONE_NULL;
1801 last_zone = &z->next_zone;
2688 current_z = current_z->next_zone;
2876 for (fixed_i=0; fixed_i < max_zones; fixed_i++, fixed_zone = fixed_zone->next_zone) {
3392 for (i = 0; i < max_zones; i++, z = z->next_zone) {
3910 z = z->next_zone;
4087 z = z->next_zone;
4245 z = z->next_zone;
4340 if(the_zone->next_zone
[all...]

Completed in 76 milliseconds