Home
last modified time | relevance | path

Searched refs:highest_zoneidx (Results 1 – 12 of 12) sorted by relevance

/linux/include/trace/events/
H A Dcompaction.h312 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 Dvmscan.h282 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/include/linux/
H A Dcompaction.h93 int highest_zoneidx);
103 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx);
111 int highest_zoneidx) in compaction_suitable() argument
124 int order, int highest_zoneidx) in wakeup_kcompactd() argument
H A Dmmzone.h1454 enum zone_type highest_zoneidx);
1456 int highest_zoneidx, unsigned int alloc_flags,
1459 unsigned long mark, int highest_zoneidx,
1462 unsigned long mark, int highest_zoneidx);
1641 enum zone_type highest_zoneidx,
1660 enum zone_type highest_zoneidx, in next_zones_zonelist() argument
1663 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist()
1665 return __next_zones_zonelist(z, highest_zoneidx, nodes); in next_zones_zonelist()
1686 enum zone_type highest_zoneidx, in first_zones_zonelist() argument
1690 highest_zoneidx, nodes); in first_zones_zonelist()
/linux/mm/
H A Dmmzone.c57 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 Dcompaction.c2381 int highest_zoneidx, in __compaction_suitable() argument
2463 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2491 int highest_zoneidx, unsigned int alloc_flags) in compaction_suit_allocation_order() argument
2534 cc->highest_zoneidx, in compact_zone()
2745 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() argument
2757 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2823 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2838 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
3038 highest_zoneidx, ALLOC_WMARK_MIN); in kcompactd_node_suitable()
3065 cc.highest_zoneidx); in kcompactd_do_work()
[all …]
H A Dvmscan.c6643 for (i = highest_zoneidx; i >= 0; i--) { in pgdat_watermark_boosted()
6669 for (i = 0; i <= highest_zoneidx; i++) { in pgdat_balanced()
6712 int highest_zoneidx) in prepare_kswapd_sleep() argument
6880 sc.reclaim_idx = highest_zoneidx; in balance_pgdat()
7069 unsigned int highest_zoneidx) in kswapd_try_to_sleep() argument
7111 highest_zoneidx)); in kswapd_try_to_sleep()
7199 highest_zoneidx); in kswapd()
7203 highest_zoneidx); in kswapd()
7208 highest_zoneidx); in kswapd()
7233 highest_zoneidx); in kswapd()
[all …]
H A Dpage_alloc.c3402 ac->highest_zoneidx, alloc_flags, in get_page_from_freelist()
3446 ac->highest_zoneidx, alloc_flags)) in get_page_from_freelist()
3610 if (ac->highest_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom()
3803 ac->highest_zoneidx, ac->nodemask) { in should_compact_retry()
3805 ac->highest_zoneidx, alloc_flags)) in should_compact_retry()
3962 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local
4106 ac->highest_zoneidx, ac->nodemask) { in should_reclaim_retry()
4245 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
4256 ac->highest_zoneidx, in __alloc_pages_slowpath()
4346 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
[all …]
H A Doom_kill.c256 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local
296 highest_zoneidx, oc->nodemask) in constrained_alloc()
H A Dinternal.h483 enum zone_type highest_zoneidx; member
748 const int highest_zoneidx; /* zone index of a direct compactor */ member
H A Dmempolicy.c1952 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local
1954 z = first_zones_zonelist(zonelist, highest_zoneidx, in mempolicy_slab_node()
H A Dslub.c2874 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local
2903 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_any_partial()