Home
last modified time | relevance | path

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

/include/trace/events/
A 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/
A Dmmzone.h1289 struct zoneref { struct
1309 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1686 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument
1688 return zoneref->zone; in zonelist_zone()
1691 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument
1693 return zoneref->zone_idx; in zonelist_zone_idx()
1696 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument
1698 return zone_to_nid(zoneref->zone); in zonelist_node_idx()
1701 struct zoneref *__next_zones_zonelist(struct zoneref *z,
1720 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
[all …]

Completed in 10 milliseconds