Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dcompaction.h301 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx),
303 TP_ARGS(nid, order, highest_zoneidx),
308 __field(enum zone_type, highest_zoneidx)
314 __entry->highest_zoneidx = highest_zoneidx;
324 __print_symbolic(__entry->highest_zoneidx, ZONE_TYPE))
329 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx),
331 TP_ARGS(nid, order, highest_zoneidx)
336 TP_PROTO(int nid, int order, enum zone_type highest_zoneidx),
338 TP_ARGS(nid, order, highest_zoneidx)
A Dvmscan.h282 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-6.3-rc2/include/linux/
A Dcompaction.h100 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
223 int order, int highest_zoneidx) in wakeup_kcompactd() argument
A Dmmzone.h1405 enum zone_type highest_zoneidx);
1407 int highest_zoneidx, unsigned int alloc_flags,
1410 unsigned long mark, int highest_zoneidx,
1413 unsigned long mark, int highest_zoneidx);
1613 enum zone_type highest_zoneidx,
1632 enum zone_type highest_zoneidx, in next_zones_zonelist() argument
1635 if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) in next_zones_zonelist()
1637 return __next_zones_zonelist(z, highest_zoneidx, nodes); in next_zones_zonelist()
1658 enum zone_type highest_zoneidx, in first_zones_zonelist() argument
1662 highest_zoneidx, nodes); in first_zones_zonelist()
/linux-6.3-rc2/mm/
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()
A Dcompaction.c2179 int highest_zoneidx, in __compaction_suitable() argument
2229 int highest_zoneidx) in compaction_suitable() argument
2276 ac->highest_zoneidx, ac->nodemask) { in compaction_zonelist_suitable()
2289 ac->highest_zoneidx, available); in compaction_zonelist_suitable()
2321 cc->highest_zoneidx); in compact_zone()
2535 .highest_zoneidx = highest_zoneidx, in compact_zone_order()
2608 ac->highest_zoneidx, ac->nodemask) { in try_to_compact_pages()
2618 alloc_flags, ac->highest_zoneidx, capture); in try_to_compact_pages()
2827 highest_zoneidx) == COMPACT_CONTINUE) in kcompactd_node_suitable()
2851 cc.highest_zoneidx); in kcompactd_do_work()
[all …]
A Dvmscan.c7136 for (i = highest_zoneidx; i >= 0; i--) { in pgdat_watermark_boosted()
7162 for (i = 0; i <= highest_zoneidx; i++) { in pgdat_balanced()
7204 int highest_zoneidx) in prepare_kswapd_sleep() argument
7369 sc.reclaim_idx = highest_zoneidx; in balance_pgdat()
7548 unsigned int highest_zoneidx) in kswapd_try_to_sleep() argument
7590 highest_zoneidx)); in kswapd_try_to_sleep()
7678 highest_zoneidx); in kswapd()
7682 highest_zoneidx); in kswapd()
7687 highest_zoneidx); in kswapd()
7713 highest_zoneidx); in kswapd()
[all …]
A Dpage_alloc.c4314 ac->highest_zoneidx, alloc_flags)) in get_page_from_freelist()
4477 if (ac->highest_zoneidx < ZONE_NORMAL) in __alloc_pages_may_oom()
4685 ac->highest_zoneidx, ac->nodemask) { in should_compact_retry()
4687 ac->highest_zoneidx, alloc_flags)) in should_compact_retry()
4844 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local
4993 ac->highest_zoneidx, ac->nodemask) { in should_reclaim_retry()
5101 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
5112 ac->highest_zoneidx, in __alloc_pages_slowpath()
5202 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
5345 ac->highest_zoneidx = gfp_zone(gfp_mask); in prepare_alloc_pages()
[all …]
A Dinternal.h234 enum zone_type highest_zoneidx; member
442 const int highest_zoneidx; /* zone index of a direct compactor */ member
A Doom_kill.c255 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local
295 highest_zoneidx, oc->nodemask) in constrained_alloc()
A Dmempolicy.c1932 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local
1934 z = first_zones_zonelist(zonelist, highest_zoneidx, in mempolicy_slab_node()
A Dslab.c3075 enum zone_type highest_zoneidx = gfp_zone(flags); in fallback_alloc() local
3093 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in fallback_alloc()
A Dslub.c2321 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local
2350 for_each_zone_zonelist(zone, z, zonelist, highest_zoneidx) { in get_any_partial()

Completed in 79 milliseconds