Home
last modified time | relevance | path

Searched refs:kswapd_highest_zoneidx (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
A Dvmscan.c3690 if (READ_ONCE(pgdat->kswapd_highest_zoneidx) > ZONE_NORMAL) in allow_direct_reclaim()
3691 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, ZONE_NORMAL); in allow_direct_reclaim()
4347 static enum zone_type kswapd_highest_zoneidx(pg_data_t *pgdat, in kswapd_highest_zoneidx() function
4396 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, in kswapd_try_to_sleep()
4397 kswapd_highest_zoneidx(pgdat, in kswapd_try_to_sleep()
4479 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES); in kswapd()
4485 highest_zoneidx = kswapd_highest_zoneidx(pgdat, in kswapd()
4494 highest_zoneidx = kswapd_highest_zoneidx(pgdat, in kswapd()
4497 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES); in kswapd()
4551 curr_idx = READ_ONCE(pgdat->kswapd_highest_zoneidx); in wakeup_kswapd()
[all …]
A Dmemory_hotplug.c1187 pgdat->kswapd_highest_zoneidx = 0; in hotadd_new_pgdat()
A Dpage_alloc.c7588 WARN_ON(pgdat->nr_zones || pgdat->kswapd_highest_zoneidx); in free_area_init_node()
/linux/include/linux/
A Dmmzone.h863 enum zone_type kswapd_highest_zoneidx; member

Completed in 32 milliseconds