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
794 bool zone_watermark_ok(struct zone *z, unsigned int order,
796 bool zone_watermark_ok_safe(struct zone *z, unsigned int order,
979 struct zoneref *next_zones_zonelist(struct zoneref *z,
1000 struct zoneref *z = next_zones_zonelist(zonelist->_zonerefs, in first_zones_zonelist() local
1002 *zone = zonelist_zone(z); in first_zones_zonelist()
1003 return z; in first_zones_zonelist()
1017 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument
1018 for (z = first_zones_zonelist(zlist, highidx, nodemask, &zone); \
1020 z = next_zones_zonelist(++z, highidx, nodemask), \
1021 zone = zonelist_zone(z)) \
1032 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument
1033 for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, NULL)