Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmmzone.h754 struct zoneref { struct
774 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1119 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument
1121 return zoneref->zone; in zonelist_zone()
1124 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument
1126 return zoneref->zone_idx; in zonelist_zone_idx()
1129 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument
1131 return zone_to_nid(zoneref->zone); in zonelist_node_idx()
1134 struct zoneref *__next_zones_zonelist(struct zoneref *z,
1153 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
[all …]
/Linux-v5.15/include/trace/events/
Doom.h34 TP_PROTO(struct zoneref *zoneref,
42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
56 __entry->node = zone_to_nid(zoneref->zone);
57 __entry->zone_idx = zoneref->zone_idx;
/Linux-v5.15/mm/
Dmmzone.c46 static inline int zref_in_nodemask(struct zoneref *zref, nodemask_t *nodes) in zref_in_nodemask()
56 struct zoneref *__next_zones_zonelist(struct zoneref *z, in __next_zones_zonelist()
Dmm_init.c33 struct zoneref *z; in mminit_verify_zonelist()
Dpage_alloc.c2815 struct zoneref *z; in unreserve_highatomic_pageblock()
4042 struct zoneref *z; in get_page_from_freelist()
4498 struct zoneref *z; in should_compact_retry()
4640 struct zoneref *z; in wake_all_kswapds()
4753 struct zoneref *z; in should_reclaim_retry()
5205 struct zoneref *z; in __alloc_pages_bulk()
5688 struct zoneref *z; in nr_free_zone_pages()
6073 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument
6075 zoneref->zone = zone; in zoneref_set_zone()
6076 zoneref->zone_idx = zone_idx(zone); in zoneref_set_zone()
[all …]
Dinternal.h143 struct zoneref *preferred_zoneref;
Doom_kill.c257 struct zoneref *z; in constrained_alloc()
Dvmscan.c3269 struct zoneref *z; in shrink_zones()
3385 struct zoneref *z; in do_try_to_free_pages()
3520 struct zoneref *z; in throttle_direct_reclaim()
Dcompaction.c2240 struct zoneref *z; in compaction_zonelist_suitable()
2555 struct zoneref *z; in try_to_compact_pages()
Dmempolicy.c1845 struct zoneref *z; in mempolicy_slab_node()
2382 struct zoneref *z; in mpol_misplaced()
Dslab.c3100 struct zoneref *z; in fallback_alloc()
Dhugetlb.c1113 struct zoneref *z; in dequeue_huge_page_nodemask()
Dslub.c2159 struct zoneref *z; in get_any_partial()