Searched refs:zlist (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | mmzone.h | 1786 #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ argument 1787 for (z = first_zones_zonelist(zlist, highidx, nodemask), zone = zonelist_zone(z); \ 1808 #define for_each_zone_zonelist(zone, z, zlist, highidx) \ argument 1809 for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, NULL)
|