Home
last modified time | relevance | path

Searched defs:zoneref (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmmzone.h1314 struct zoneref { struct
1316 int zone_idx; /* zone_idx(zoneref->zone) */ argument
1711 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone()
1716 static inline int zonelist_zone_idx(const struct zoneref *zoneref) in zonelist_zone_idx()
1721 static inline int zonelist_node_idx(const struct zoneref *zoneref) in zonelist_node_idx()
/linux/mm/
H A Dpage_alloc.c5475 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone()