Searched refs:zone_array (Results 1 – 1 of 1) sorted by relevance
192 static slab_zone *zone_array[NZONES]; /* linked list of zones NFree > 0 */ variable539 if ((z = zone_array[zi]) != RT_NULL) in rt_malloc()546 zone_array[zi] = z->z_next; in rt_malloc()651 z->z_next = zone_array[zi]; in rt_malloc()652 zone_array[zi] = z; in rt_malloc()844 z->z_next = zone_array[z->z_zoneindex]; in rt_free()845 zone_array[z->z_zoneindex] = z; in rt_free()855 (z->z_next || zone_array[z->z_zoneindex] != z)) in rt_free()863 for (pz = &zone_array[z->z_zoneindex]; z != *pz; pz = &(*pz)->z_next) in rt_free()