Searched refs:zoneref (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mmzone.h | 1195 struct zoneref { struct 1215 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1]; 1594 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument 1596 return zoneref->zone; in zonelist_zone() 1599 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument 1601 return zoneref->zone_idx; in zonelist_zone_idx() 1604 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument 1606 return zone_to_nid(zoneref->zone); in zonelist_node_idx() 1609 struct zoneref *__next_zones_zonelist(struct zoneref *z, 1628 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist() [all …]
|
/openbmc/linux/include/trace/events/ |
H A 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;
|
/openbmc/linux/mm/ |
H A D | mmzone.c | 46 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()
|
H A D | page_alloc.c | 1945 struct zoneref *z; in unreserve_highatomic_pageblock() 3073 struct zoneref *z; in get_page_from_freelist() 3528 struct zoneref *z; in should_compact_retry() 3696 struct zoneref *z; in wake_all_kswapds() 3819 struct zoneref *z; in should_reclaim_retry() 3967 struct zoneref *z = first_zones_zonelist(ac->zonelist, in __alloc_pages_slowpath() 4268 struct zoneref *z; in __alloc_pages_bulk() 4785 struct zoneref *z; in nr_free_zone_pages() 4818 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument 4820 zoneref->zone = zone; in zoneref_set_zone() [all …]
|
H A D | oom_kill.c | 256 struct zoneref *z; in constrained_alloc()
|
H A D | internal.h | 290 struct zoneref *preferred_zoneref;
|
H A D | compaction.c | 2354 struct zoneref *z; in compaction_zonelist_suitable() 2687 struct zoneref *z; in try_to_compact_pages()
|
H A D | mempolicy.c | 1929 struct zoneref *z; in mempolicy_slab_node() 2562 struct zoneref *z; in mpol_misplaced()
|
H A D | mm_init.c | 50 struct zoneref *z; in mminit_verify_zonelist()
|
H A D | vmscan.c | 6723 struct zoneref *z; in shrink_zones() 6849 struct zoneref *z; in do_try_to_free_pages() 6985 struct zoneref *z; in throttle_direct_reclaim()
|
H A D | slab.c | 3053 struct zoneref *z; in fallback_alloc()
|
H A D | slub.c | 2344 struct zoneref *z; in get_any_partial()
|
H A D | hugetlb.c | 1361 struct zoneref *z; in dequeue_hugetlb_folio_nodemask()
|