| /linux-6.15/include/trace/events/ |
| H A D | compaction.h | 312 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 314 TP_ARGS(nid, order, highest_zoneidx), 319 __field(enum zone_type, highest_zoneidx) 325 __entry->highest_zoneidx = highest_zoneidx; 335 __print_symbolic(__entry->highest_zoneidx, ZONE_TYPE)) 340 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 342 TP_ARGS(nid, order, highest_zoneidx) 347 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 349 TP_ARGS(nid, order, highest_zoneidx)
|
| H A D | vmscan.h | 282 TP_PROTO(int highest_zoneidx, 290 TP_ARGS(highest_zoneidx, order, nr_requested, nr_scanned, nr_skipped, nr_taken, lru), 293 __field(int, highest_zoneidx) 303 __entry->highest_zoneidx = highest_zoneidx; 317 __entry->highest_zoneidx,
|
| /linux-6.15/include/linux/ |
| H A D | compaction.h | 98 unsigned long watermark, int highest_zoneidx); 108 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx); 117 int highest_zoneidx) in compaction_suitable() argument 130 int order, int highest_zoneidx) in wakeup_kcompactd() argument
|
| H A D | mmzone.h | 1498 enum zone_type highest_zoneidx); 1500 int highest_zoneidx, unsigned int alloc_flags, 1503 unsigned long mark, int highest_zoneidx, 1683 enum zone_type highest_zoneidx, 1702 enum zone_type highest_zoneidx, in next_zones_zonelist() argument 1705 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist() 1707 return __next_zones_zonelist(z, highest_zoneidx, nodes); in next_zones_zonelist() 1728 enum zone_type highest_zoneidx, in first_zones_zonelist() argument 1732 highest_zoneidx, nodes); in first_zones_zonelist()
|
| /linux-6.15/mm/ |
| H A D | mmzone.c | 57 enum zone_type highest_zoneidx, in __next_zones_zonelist() argument 65 while (zonelist_zone_idx(z) > highest_zoneidx) in __next_zones_zonelist() 68 while (zonelist_zone_idx(z) > highest_zoneidx || in __next_zones_zonelist()
|
| H A D | compaction.c | 2339 cc->highest_zoneidx, cc->alloc_flags, in __compact_finished() 2430 int highest_zoneidx) in compaction_suitable() argument 2485 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable() 2497 ac->highest_zoneidx, available)) in compaction_zonelist_suitable() 2541 highest_zoneidx, 0, in compaction_suit_allocation_order() 2580 cc->highest_zoneidx, in compact_zone() 2805 .highest_zoneidx = highest_zoneidx, in compact_zone_order() 2871 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages() 3088 highest_zoneidx, alloc_flags, in kcompactd_node_suitable() 3117 cc.highest_zoneidx); in kcompactd_do_work() [all …]
|
| H A D | vmscan.c | 6712 for (i = highest_zoneidx; i >= 0; i--) { in pgdat_watermark_boosted() 6812 int highest_zoneidx) in prepare_kswapd_sleep() argument 6967 sc.reclaim_idx = highest_zoneidx; in balance_pgdat() 7108 for (i = 0; i <= highest_zoneidx; i++) { in balance_pgdat() 7156 unsigned int highest_zoneidx) in kswapd_try_to_sleep() argument 7198 highest_zoneidx)); in kswapd_try_to_sleep() 7282 highest_zoneidx); in kswapd() 7286 highest_zoneidx); in kswapd() 7291 highest_zoneidx); in kswapd() 7316 highest_zoneidx); in kswapd() [all …]
|
| H A D | page_alloc.c | 3629 ac->highest_zoneidx, alloc_flags, in get_page_from_freelist() 3673 ac->highest_zoneidx, alloc_flags)) in get_page_from_freelist() 3836 if (ac->highest_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom() 4029 ac->highest_zoneidx, ac->nodemask) { in should_compact_retry() 4031 ac->highest_zoneidx, alloc_flags)) in should_compact_retry() 4188 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local 4341 ac->highest_zoneidx, ac->nodemask) { in should_reclaim_retry() 4481 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath() 4492 ac->highest_zoneidx, in __alloc_pages_slowpath() 4590 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath() [all …]
|
| H A D | oom_kill.c | 256 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local 296 highest_zoneidx, oc->nodemask) in constrained_alloc()
|
| H A D | internal.h | 570 enum zone_type highest_zoneidx; member 858 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
| H A D | mempolicy.c | 1987 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local 1989 z = first_zones_zonelist(zonelist, highest_zoneidx, in mempolicy_slab_node()
|
| H A D | slub.c | 2914 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local 2943 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_any_partial()
|