Searched refs:highest_zoneidx (Results 1 – 8 of 8) sorted by relevance
| /mm/ |
| A D | compaction.c | 2299 cc->highest_zoneidx, cc->alloc_flags, in __compact_finished() 2388 int highest_zoneidx) in compaction_suitable() argument 2443 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable() 2455 ac->highest_zoneidx, available)) in compaction_zonelist_suitable() 2499 highest_zoneidx, 0, in compaction_suit_allocation_order() 2538 cc->highest_zoneidx, in compact_zone() 2763 .highest_zoneidx = highest_zoneidx, in compact_zone_order() 2829 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages() 3046 highest_zoneidx, alloc_flags, in kcompactd_node_suitable() 3075 cc.highest_zoneidx); in kcompactd_do_work() [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 | vmscan.c | 6783 for (i = highest_zoneidx; i >= 0; i--) { in pgdat_watermark_boosted() 6883 int highest_zoneidx) in prepare_kswapd_sleep() argument 7038 sc.reclaim_idx = highest_zoneidx; in balance_pgdat() 7179 for (i = 0; i <= highest_zoneidx; i++) { in balance_pgdat() 7227 unsigned int highest_zoneidx) in kswapd_try_to_sleep() argument 7269 highest_zoneidx)); in kswapd_try_to_sleep() 7353 highest_zoneidx); in kswapd() 7357 highest_zoneidx); in kswapd() 7362 highest_zoneidx); in kswapd() 7387 highest_zoneidx); in kswapd() [all …]
|
| A D | page_alloc.c | 3803 ac->highest_zoneidx, alloc_flags, in get_page_from_freelist() 3847 ac->highest_zoneidx, alloc_flags)) in get_page_from_freelist() 4010 if (ac->highest_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom() 4203 ac->highest_zoneidx, ac->nodemask) { in should_compact_retry() 4205 ac->highest_zoneidx, alloc_flags)) in should_compact_retry() 4362 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local 4515 ac->highest_zoneidx, ac->nodemask) { in should_reclaim_retry() 4655 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath() 4666 ac->highest_zoneidx, in __alloc_pages_slowpath() 4764 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath() [all …]
|
| 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()
|
| A D | internal.h | 604 enum zone_type highest_zoneidx; member 893 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
| A D | mempolicy.c | 2101 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local 2103 z = first_zones_zonelist(zonelist, highest_zoneidx, in mempolicy_slab_node()
|
| A D | slub.c | 2947 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local 2976 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_any_partial()
|
Completed in 70 milliseconds