Searched refs:next_zones_zonelist (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dmmzone.h1623 * next_zones_zonelist - Returns the next zone at or below highest_zoneidx within the allowed nodemask using a cursor within a zonelist as a starting point
1632 * next_zones_zonelist again.
1637 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, function
1654 * used to iterate the zonelist with next_zones_zonelist by advancing it by
1667 return next_zones_zonelist(zonelist->_zonerefs,
1685 z = next_zones_zonelist(++z, highidx, nodemask), \
1691 z = next_zones_zonelist(++z, highidx, nodemask), \

Completed in 420 milliseconds