Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmmzone.h597 struct zoneref { struct
599 int zone_idx; /* zone_idx(zoneref->zone) */ argument
892 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone()
897 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx()
902 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx()
/linux-4.4.14/mm/
Dpage_alloc.c3864 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone()