| /linux/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)
|
| /linux/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 | 1538 enum zone_type highest_zoneidx); 1540 int highest_zoneidx, unsigned int alloc_flags, 1543 unsigned long mark, int highest_zoneidx, 1723 enum zone_type highest_zoneidx, 1742 enum zone_type highest_zoneidx, in next_zones_zonelist() argument 1745 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist() 1747 return __next_zones_zonelist(z, highest_zoneidx, nodes); in next_zones_zonelist() 1768 enum zone_type highest_zoneidx, in first_zones_zonelist() argument 1772 highest_zoneidx, nodes); in first_zones_zonelist()
|
| /linux/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 | 2299 cc->highest_zoneidx, cc->alloc_flags, in __compact_finished() 2358 unsigned long watermark, int highest_zoneidx, in __compaction_suitable() argument 2380 return __zone_watermark_ok(zone, 0, watermark, highest_zoneidx, in __compaction_suitable() 2388 int highest_zoneidx) in compaction_suitable() argument 2393 suitable = __compaction_suitable(zone, order, watermark, highest_zoneidx, in compaction_suitable() 2443 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable() 2455 ac->highest_zoneidx, available)) in compaction_zonelist_suitable() 2471 int highest_zoneidx, unsigned int alloc_flags, in compaction_suit_allocation_order() argument 2483 if (__zone_watermark_ok(zone, order, watermark, highest_zoneidx, in compaction_suit_allocation_order() 2499 highest_zoneidx, 0, in compaction_suit_allocation_order() [all …]
|
| H A D | vmscan.c | 6735 static bool pgdat_watermark_boosted(pg_data_t *pgdat, int highest_zoneidx) in pgdat_watermark_boosted() argument 6747 for (i = highest_zoneidx; i >= 0; i--) { in pgdat_watermark_boosted() 6763 static bool pgdat_balanced(pg_data_t *pgdat, int order, int highest_zoneidx) in pgdat_balanced() argument 6773 for_each_managed_zone_pgdat(zone, pgdat, i, highest_zoneidx) { in pgdat_balanced() 6813 if (__zone_watermark_ok(zone, order, mark, highest_zoneidx, in pgdat_balanced() 6846 int highest_zoneidx) in prepare_kswapd_sleep() argument 6868 if (pgdat_balanced(pgdat, order, highest_zoneidx)) { in prepare_kswapd_sleep() 6919 update_reclaim_active(pg_data_t *pgdat, int highest_zoneidx, bool active) in update_reclaim_active() argument 6924 for_each_managed_zone_pgdat(zone, pgdat, i, highest_zoneidx) { in update_reclaim_active() 6933 set_reclaim_active(pg_data_t *pgdat, int highest_zoneidx) in set_reclaim_active() argument [all …]
|
| H A D | page_alloc.c | 3460 for_each_zone_zonelist_nodemask(zone, z, zonelist, ac->highest_zoneidx, in unreserve_highatomic_pageblock() 3556 int highest_zoneidx, unsigned int alloc_flags, in __zone_watermark_ok() argument 3599 if (free_pages <= min + z->lowmem_reserve[highest_zoneidx]) in __zone_watermark_ok() 3634 int highest_zoneidx, unsigned int alloc_flags) in zone_watermark_ok() argument 3636 return __zone_watermark_ok(z, order, mark, highest_zoneidx, alloc_flags, in zone_watermark_ok() 3641 unsigned long mark, int highest_zoneidx, in zone_watermark_fast() argument 3661 if (usable_free > mark + z->lowmem_reserve[highest_zoneidx]) in zone_watermark_fast() 3665 if (__zone_watermark_ok(z, order, mark, highest_zoneidx, alloc_flags, in zone_watermark_fast() 3678 return __zone_watermark_ok(z, order, mark, highest_zoneidx, in zone_watermark_fast() 3779 for_next_zone_zonelist_nodemask(zone, z, ac->highest_zoneidx, in get_page_from_freelist() [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 | 604 enum zone_type highest_zoneidx; member 898 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
| H A D | mempolicy.c | 2171 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local 2173 z = first_zones_zonelist(zonelist, highest_zoneidx, in mempolicy_slab_node()
|
| H A D | slub.c | 3564 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local 3593 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_any_partial()
|