Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/
Dmmzone.h1194 struct zoneref { struct
1214 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1593 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument
1595 return zoneref->zone; in zonelist_zone()
1598 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument
1600 return zoneref->zone_idx; in zonelist_zone_idx()
1603 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument
1605 return zone_to_nid(zoneref->zone); in zonelist_node_idx()
1608 struct zoneref *__next_zones_zonelist(struct zoneref *z,
1627 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
[all …]
/linux-6.6.21/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()
Dpage_alloc.c1926 struct zoneref *z; in unreserve_highatomic_pageblock()
3051 struct zoneref *z; in get_page_from_freelist()
3508 struct zoneref *z; in should_compact_retry()
3676 struct zoneref *z; in wake_all_kswapds()
3799 struct zoneref *z; in should_reclaim_retry()
3946 struct zoneref *z = first_zones_zonelist(ac->zonelist, in __alloc_pages_slowpath()
4246 struct zoneref *z; in __alloc_pages_bulk()
4766 struct zoneref *z; in nr_free_zone_pages()
4799 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument
4801 zoneref->zone = zone; in zoneref_set_zone()
[all …]
Doom_kill.c254 struct zoneref *z; in constrained_alloc()
Dinternal.h245 struct zoneref *preferred_zoneref;
Dcompaction.c2354 struct zoneref *z; in compaction_zonelist_suitable()
2688 struct zoneref *z; in try_to_compact_pages()
Dmempolicy.c1945 struct zoneref *z; in mempolicy_slab_node()
2589 struct zoneref *z; in mpol_misplaced()
Dmm_init.c50 struct zoneref *z; in mminit_verify_zonelist()
Dvmscan.c6737 struct zoneref *z; in shrink_zones()
6863 struct zoneref *z; in do_try_to_free_pages()
6999 struct zoneref *z; in throttle_direct_reclaim()
Dslab.c3053 struct zoneref *z; in fallback_alloc()
Dslub.c2337 struct zoneref *z; in get_any_partial()
Dhugetlb.c1361 struct zoneref *z; in dequeue_hugetlb_folio_nodemask()