Searched refs:zoneref (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/linux/ |
D | mmzone.h | 587 struct zoneref { struct 607 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1]; 949 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument 951 return zoneref->zone; in zonelist_zone() 954 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument 956 return zoneref->zone_idx; in zonelist_zone_idx() 959 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument 961 return zone_to_nid(zoneref->zone); in zonelist_node_idx() 964 struct zoneref *__next_zones_zonelist(struct zoneref *z, 980 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist() [all …]
|
/Linux-v4.19/include/trace/events/ |
D | oom.h | 34 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-v4.19/mm/ |
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()
|
D | mm_init.c | 35 struct zoneref *z; in mminit_verify_zonelist()
|
D | page_alloc.c | 2287 struct zoneref *z; in unreserve_highatomic_pageblock() 3253 struct zoneref *z = ac->preferred_zoneref; in get_page_from_freelist() 3679 struct zoneref *z; in should_compact_retry() 3815 struct zoneref *z; in wake_all_kswapds() 3924 struct zoneref *z; in should_reclaim_retry() 4651 struct zoneref *z; in nr_free_zone_pages() 5043 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument 5045 zoneref->zone = zone; in zoneref_set_zone() 5046 zoneref->zone_idx = zone_idx(zone); in zoneref_set_zone() 5054 static int build_zonerefs_node(pg_data_t *pgdat, struct zoneref *zonerefs) in build_zonerefs_node() [all …]
|
D | internal.h | 120 struct zoneref *preferred_zoneref;
|
D | compaction.c | 1508 struct zoneref *z; in compaction_zonelist_suitable() 1750 struct zoneref *z; in try_to_compact_pages()
|
D | oom_kill.c | 261 struct zoneref *z; in constrained_alloc()
|
D | vmscan.c | 2901 struct zoneref *z; in shrink_zones() 3024 struct zoneref *z; in do_try_to_free_pages() 3133 struct zoneref *z; in throttle_direct_reclaim()
|
D | mempolicy.c | 1776 struct zoneref *z; in mempolicy_slab_node() 2289 struct zoneref *z; in mpol_misplaced()
|
D | hugetlb.c | 889 struct zoneref *z; in dequeue_huge_page_nodemask() 1112 struct zoneref *z; in alloc_gigantic_page()
|
D | slab.c | 3179 struct zoneref *z; in fallback_alloc()
|
D | slub.c | 1842 struct zoneref *z; in get_any_partial()
|