Home
last modified time | relevance | path

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

/include/trace/events/
Doom.h36 TP_PROTO(struct zoneref *zoneref,
44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
58 __entry->node = zonelist_node_idx(zoneref);
59 __entry->zone_idx = zonelist_zone_idx(zoneref);
/include/linux/
Dmmzone.h1281 struct zoneref { struct
1301 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1696 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument
1698 return zoneref->zone; in zonelist_zone()
1701 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument
1703 return zoneref->zone_idx; in zonelist_zone_idx()
1706 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument
1708 return zone_to_nid(zoneref->zone); in zonelist_node_idx()
1711 struct zoneref *__next_zones_zonelist(struct zoneref *z,
1730 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
[all …]
/include/trace/hooks/
Dmm.h573 struct zoneref **preferred_zoneref, enum zone_type *highest_zoneidx,