Lines Matching defs:zone
37 static struct page * __meminit shuffle_valid_page(struct zone *zone,
43 * Given we're dealing with randomly selected pfns in a zone we
51 /* ... is the page assigned to the same zone? */
52 if (page_zone(page) != zone)
81 void __meminit __shuffle_zone(struct zone *z)
97 * We expect page_i, in the sub-range of a zone being added
108 * Pick a random order aligned page in the zone span as
111 * in the zone.
140 /* take it easy on the zone lock */
156 struct zone *z;