Lines Matching refs:z
248 #define min_wmark_pages(z) (z->watermark[WMARK_MIN]) argument
249 #define low_wmark_pages(z) (z->watermark[WMARK_LOW]) argument
250 #define high_wmark_pages(z) (z->watermark[WMARK_HIGH]) argument
740 bool zone_watermark_ok(struct zone *z, unsigned int order,
742 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
924 struct zoneref *next_zones_zonelist(struct zoneref *z,
945 struct zoneref *z = next_zones_zonelist(zonelist->_zonerefs, in first_zones_zonelist() local
947 *zone = zonelist_zone(z); in first_zones_zonelist()
948 return z; in first_zones_zonelist()
962 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
963 for (z = first_zones_zonelist(zlist, highidx, nodemask, &zone); \
965 z = next_zones_zonelist(++z, highidx, nodemask), \
966 zone = zonelist_zone(z)) \
977 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
978 for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, NULL)