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

/linux-master/include/linux/
H A Dmmzone.h1626 * 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
1635 * next_zones_zonelist again.
1640 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, function
1657 * used to iterate the zonelist with next_zones_zonelist by advancing it by
1670 return next_zones_zonelist(zonelist->_zonerefs,
1688 z = next_zones_zonelist(++z, highidx, nodemask), \
1694 z = next_zones_zonelist(++z, highidx, nodemask), \

Completed in 363 milliseconds