/linux/include/trace/events/ |
A D | compaction.h | 317 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 319 TP_ARGS(nid, order, highest_zoneidx), 324 __field(enum zone_type, highest_zoneidx) 330 __entry->highest_zoneidx = highest_zoneidx; 340 __print_symbolic(__entry->highest_zoneidx, ZONE_TYPE)) 345 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 347 TP_ARGS(nid, order, highest_zoneidx) 352 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx), 354 TP_ARGS(nid, order, highest_zoneidx)
|
A D | vmscan.h | 282 TP_PROTO(int highest_zoneidx, 291 TP_ARGS(highest_zoneidx, order, nr_requested, nr_scanned, nr_skipped, nr_taken, isolate_mode, lru), 294 __field(int, highest_zoneidx) 305 __entry->highest_zoneidx = highest_zoneidx; 321 __entry->highest_zoneidx,
|
/linux/include/linux/ |
A D | compaction.h | 100 unsigned int alloc_flags, int highest_zoneidx); 182 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx); 190 int alloc_flags, int highest_zoneidx) in compaction_suitable() argument 224 int order, int highest_zoneidx) in wakeup_kcompactd() argument
|
A D | mmzone.h | 947 enum zone_type highest_zoneidx); 949 int highest_zoneidx, unsigned int alloc_flags, 952 unsigned long mark, int highest_zoneidx, 955 unsigned long mark, int highest_zoneidx); 1151 enum zone_type highest_zoneidx, 1170 enum zone_type highest_zoneidx, in next_zones_zonelist() argument 1173 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist() 1175 return __next_zones_zonelist(z, highest_zoneidx, nodes); in next_zones_zonelist() 1196 enum zone_type highest_zoneidx, in first_zones_zonelist() argument 1200 highest_zoneidx, nodes); in first_zones_zonelist()
|
/linux/mm/ |
A D | vmscan.c | 3946 for (i = highest_zoneidx; i >= 0; i--) { in pgdat_watermark_boosted() 3972 for (i = 0; i <= highest_zoneidx; i++) { in pgdat_balanced() 4011 int highest_zoneidx) in prepare_kswapd_sleep() argument 4176 sc.reclaim_idx = highest_zoneidx; in balance_pgdat() 4356 unsigned int highest_zoneidx) in kswapd_try_to_sleep() argument 4398 highest_zoneidx)); in kswapd_try_to_sleep() 4486 highest_zoneidx); in kswapd() 4490 highest_zoneidx); in kswapd() 4495 highest_zoneidx); in kswapd() 4521 highest_zoneidx); in kswapd() [all …]
|
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()
|
A D | compaction.c | 2156 int highest_zoneidx, in __compaction_suitable() argument 2206 int highest_zoneidx) in compaction_suitable() argument 2253 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable() 2266 ac->highest_zoneidx, available); in compaction_zonelist_suitable() 2297 cc->highest_zoneidx); in compact_zone() 2500 .highest_zoneidx = highest_zoneidx, in compact_zone_order() 2576 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages() 2586 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages() 2794 highest_zoneidx) == COMPACT_CONTINUE) in kcompactd_node_suitable() 2818 cc.highest_zoneidx); in kcompactd_do_work() [all …]
|
A D | page_alloc.c | 4138 ac->highest_zoneidx, alloc_flags)) in get_page_from_freelist() 4299 if (ac->highest_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom() 4504 ac->highest_zoneidx, ac->nodemask) { in should_compact_retry() 4506 ac->highest_zoneidx, alloc_flags)) in should_compact_retry() 4637 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local 4776 ac->highest_zoneidx, ac->nodemask) { in should_reclaim_retry() 4890 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath() 4901 ac->highest_zoneidx, in __alloc_pages_slowpath() 4990 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath() 5124 ac->highest_zoneidx = gfp_zone(gfp_mask); in prepare_alloc_pages() [all …]
|
A D | internal.h | 198 enum zone_type highest_zoneidx; member 295 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
A D | oom_kill.c | 258 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local 298 highest_zoneidx, oc->nodemask) in constrained_alloc()
|
A D | mempolicy.c | 1852 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local 1854 z = first_zones_zonelist(zonelist, highest_zoneidx, in mempolicy_slab_node()
|
A D | slab.c | 3102 enum zone_type highest_zoneidx = gfp_zone(flags); in fallback_alloc() local 3120 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in fallback_alloc()
|
A D | slub.c | 2186 enum zone_type highest_zoneidx = gfp_zone(flags); in get_any_partial() local 2215 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_any_partial()
|