Searched refs:zoneref (Results 1 – 12 of 12) sorted by relevance
| /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 = zonelist_node_idx(zoneref); 59 __entry->zone_idx = zonelist_zone_idx(zoneref);
|
| /linux/include/linux/ |
| H A D | mmzone.h | 1310 struct zoneref { struct 1330 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1]; 1707 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument 1709 return zoneref->zone; in zonelist_zone() 1712 static inline int zonelist_zone_idx(const struct zoneref *zoneref) in zonelist_zone_idx() argument 1714 return zoneref->zone_idx; in zonelist_zone_idx() 1717 static inline int zonelist_node_idx(const struct zoneref *zoneref) in zonelist_node_idx() argument 1719 return zone_to_nid(zoneref->zone); in zonelist_node_idx() 1722 struct zoneref *__next_zones_zonelist(struct zoneref *z, 1741 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist() [all …]
|
| /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 | 3454 struct zoneref *z; in unreserve_highatomic_pageblock() 3764 struct zoneref *z; in get_page_from_freelist() 4258 struct zoneref *z; in should_compact_retry() 4426 struct zoneref *z; in wake_all_kswapds() 4558 struct zoneref *z; in should_reclaim_retry() 4727 struct zoneref *z = first_zones_zonelist(ac->zonelist, in __alloc_pages_slowpath() 5032 struct zoneref *z; in alloc_pages_bulk_noprof() 5469 struct zoneref *z; in nr_free_zone_pages() 5502 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument 5504 zoneref->zone = zone; in zoneref_set_zone() [all …]
|
| H A D | oom_kill.c | 255 struct zoneref *z; in constrained_alloc()
|
| H A D | compaction.c | 2436 struct zoneref *z; in compaction_zonelist_suitable() 2818 struct zoneref *z; in try_to_compact_pages()
|
| H A D | internal.h | 591 struct zoneref *preferred_zoneref;
|
| H A D | mempolicy.c | 2164 struct zoneref *z; in mempolicy_slab_node() 2985 struct zoneref *z; in mpol_misplaced()
|
| H A D | mm_init.c | 70 struct zoneref *z; in mminit_verify_zonelist()
|
| H A D | vmscan.c | 6223 struct zoneref *z; in shrink_zones() 6349 struct zoneref *z; in do_try_to_free_pages() 6496 struct zoneref *z; in throttle_direct_reclaim()
|
| H A D | hugetlb.c | 1342 struct zoneref *z; in dequeue_hugetlb_folio_nodemask()
|
| H A D | slub.c | 3562 struct zoneref *z; in get_any_partial()
|