Searched refs:zoneref (Results 1 – 2 of 2) sorted by relevance
/include/trace/events/ |
D | oom.h | 36 TP_PROTO(struct zoneref *zoneref, 44 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check), 58 __entry->node = zone_to_nid(zoneref->zone); 59 __entry->zone_idx = zoneref->zone_idx;
|
/include/linux/ |
D | mmzone.h | 1099 struct zoneref { struct 1119 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1]; 1483 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument 1485 return zoneref->zone; in zonelist_zone() 1488 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument 1490 return zoneref->zone_idx; in zonelist_zone_idx() 1493 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument 1495 return zone_to_nid(zoneref->zone); in zonelist_node_idx() 1498 struct zoneref *__next_zones_zonelist(struct zoneref *z, 1517 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist() [all …]
|