Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A 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.3-rc2/include/linux/
A Dmmzone.h1177 struct zoneref { struct
1197 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1];
1597 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument
1599 return zoneref->zone; in zonelist_zone()
1602 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument
1604 return zoneref->zone_idx; in zonelist_zone_idx()
1607 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument
1609 return zone_to_nid(zoneref->zone); in zonelist_node_idx()
1612 struct zoneref *__next_zones_zonelist(struct zoneref *z,
1631 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist()
[all …]
/linux-6.3-rc2/mm/
A 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()
A Dmm_init.c33 struct zoneref *z; in mminit_verify_zonelist()
A Dpage_alloc.c2937 struct zoneref *z; in unreserve_highatomic_pageblock()
4211 struct zoneref *z; in get_page_from_freelist()
4673 struct zoneref *z; in should_compact_retry()
4841 struct zoneref *z; in wake_all_kswapds()
4964 struct zoneref *z; in should_reclaim_retry()
5411 struct zoneref *z; in __alloc_pages_bulk()
5930 struct zoneref *z; in nr_free_zone_pages()
6342 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument
6344 zoneref->zone = zone; in zoneref_set_zone()
6554 struct zoneref *z; in local_memory_node()
[all …]
A Dinternal.h221 struct zoneref *preferred_zoneref;
A Doom_kill.c254 struct zoneref *z; in constrained_alloc()
A Dcompaction.c2269 struct zoneref *z; in compaction_zonelist_suitable()
2593 struct zoneref *z; in try_to_compact_pages()
A Dmempolicy.c1925 struct zoneref *z; in mempolicy_slab_node()
2568 struct zoneref *z; in mpol_misplaced()
A Dvmscan.c6634 struct zoneref *z; in shrink_zones()
6760 struct zoneref *z; in do_try_to_free_pages()
6896 struct zoneref *z; in throttle_direct_reclaim()
A Dslab.c3073 struct zoneref *z; in fallback_alloc()
A Dslub.c2319 struct zoneref *z; in get_any_partial()
A Dhugetlb.c1316 struct zoneref *z; in dequeue_hugetlb_folio_nodemask()

Completed in 98 milliseconds