Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dvmscan.c3227 if (READ_ONCE(pgdat->kswapd_highest_zoneidx) > ZONE_NORMAL) in allow_direct_reclaim()
3228 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, ZONE_NORMAL); in allow_direct_reclaim()
3854 static enum zone_type kswapd_highest_zoneidx(pg_data_t *pgdat, in kswapd_highest_zoneidx() function
3857 enum zone_type curr_idx = READ_ONCE(pgdat->kswapd_highest_zoneidx); in kswapd_highest_zoneidx()
3903 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, in kswapd_try_to_sleep()
3904 kswapd_highest_zoneidx(pgdat, in kswapd_try_to_sleep()
3986 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES); in kswapd()
3991 highest_zoneidx = kswapd_highest_zoneidx(pgdat, in kswapd()
4000 highest_zoneidx = kswapd_highest_zoneidx(pgdat, in kswapd()
4003 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES); in kswapd()
[all …]
H A Dmemory_hotplug.c904 pgdat->kswapd_highest_zoneidx = 0; in hotadd_new_pgdat()
H A Dpage_alloc.c7316 WARN_ON(pgdat->nr_zones || pgdat->kswapd_highest_zoneidx); in free_area_init_node()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h777 enum zone_type kswapd_highest_zoneidx; member