Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dmmzone.h587 struct zoneref { struct
589 int zone_idx; /* zone_idx(zoneref->zone) */ argument
955 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone()
960 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx()
965 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx()
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h671 struct zoneref { struct
673 int zone_idx; /* zone_idx(zoneref->zone) */ argument
1049 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone()
1054 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx()
1059 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx()
/kernel/linux/linux-4.19/mm/
Dpage_alloc.c5069 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone()
/kernel/linux/linux-5.10/mm/
Dpage_alloc.c5668 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone()