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

/include/linux/
H A Dmmzone.h582 struct zoneref { struct
584 int zone_idx; /* zone_idx(zoneref->zone) */
598 * a struct zoneref are
606 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
860 static inline struct zone *zonelist_zone(struct zoneref *zoneref) argument
862 return zoneref->zone;
865 static inline int zonelist_zone_idx(struct zoneref *zoneref) argument
867 return zoneref
870 zonelist_node_idx(struct zoneref *zoneref) argument
[all...]

Completed in 181 milliseconds