Searched defs:highest_zoneidx (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | compaction.h | 190 int alloc_flags, int highest_zoneidx) in compaction_suitable() 223 int order, int highest_zoneidx) in wakeup_kcompactd()
|
A D | mmzone.h | 1632 enum zone_type highest_zoneidx, in next_zones_zonelist() 1658 enum zone_type highest_zoneidx, in first_zones_zonelist()
|
/linux-6.3-rc2/mm/ |
A D | mmzone.c | 57 enum zone_type highest_zoneidx, in __next_zones_zonelist()
|
A D | compaction.c | 2179 int highest_zoneidx, in __compaction_suitable() 2229 int highest_zoneidx) in compaction_suitable() 2523 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() 2818 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local 2909 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()
|
A D | vmscan.c | 7124 static bool pgdat_watermark_boosted(pg_data_t *pgdat, int highest_zoneidx) in pgdat_watermark_boosted() 7152 static bool pgdat_balanced(pg_data_t *pgdat, int order, int highest_zoneidx) in pgdat_balanced() 7204 int highest_zoneidx) in prepare_kswapd_sleep() 7279 update_reclaim_active(pg_data_t *pgdat, int highest_zoneidx, bool active) in update_reclaim_active() 7298 set_reclaim_active(pg_data_t *pgdat, int highest_zoneidx) in set_reclaim_active() 7304 clear_reclaim_active(pg_data_t *pgdat, int highest_zoneidx) in clear_reclaim_active() 7322 static int balance_pgdat(pg_data_t *pgdat, int order, int highest_zoneidx) in balance_pgdat() 7548 unsigned int highest_zoneidx) in kswapd_try_to_sleep() 7647 unsigned int highest_zoneidx = MAX_NR_ZONES - 1; in kswapd() local 7731 enum zone_type highest_zoneidx) in wakeup_kswapd()
|
A D | internal.h | 234 enum zone_type highest_zoneidx; member 442 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
A D | oom_kill.c | 255 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local
|
A D | page_alloc.c | 3996 int highest_zoneidx, unsigned int alloc_flags, in __zone_watermark_ok() 4074 int highest_zoneidx, unsigned int alloc_flags) in zone_watermark_ok() 4081 unsigned long mark, int highest_zoneidx, in zone_watermark_fast() 4126 unsigned long mark, int highest_zoneidx) in zone_watermark_ok_safe() 4844 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local
|
A D | mempolicy.c | 1932 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local
|
A D | slab.c | 3075 enum zone_type highest_zoneidx = gfp_zone(flags); in fallback_alloc() local
|
A D | slub.c | 2321 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local
|
Completed in 66 milliseconds