Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmmzone.h1227 struct zoneref { struct
1229 int zone_idx; /* zone_idx(zoneref->zone) */ argument
1626 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone()
1631 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx()
1636 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx()
/linux-6.12.1/mm/
Dpage_alloc.c5134 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone()