Searched refs:kswapd_highest_zoneidx (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dvmscan.c6316 if (READ_ONCE(pgdat->kswapd_highest_zoneidx) > ZONE_NORMAL)
6317 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, ZONE_NORMAL);
6986 * The pgdat->kswapd_highest_zoneidx is used to pass the highest zone index to
6992 static enum zone_type kswapd_highest_zoneidx(pg_data_t *pgdat, function
6995 enum zone_type curr_idx = READ_ONCE(pgdat->kswapd_highest_zoneidx);
7036 * If woken prematurely then reset kswapd_highest_zoneidx and
7041 WRITE_ONCE(pgdat->kswapd_highest_zoneidx,
7042 kswapd_highest_zoneidx(pgdat,
7124 WRITE_ONCE(pgdat->kswapd_highest_zoneidx, MAX_NR_ZONES);
7130 highest_zoneidx = kswapd_highest_zoneidx(pgda
[all...]
H A Dmm_init.c1515 * Note that kswapd will init kswapd_highest_zoneidx properly
1520 pgdat->kswapd_highest_zoneidx = 0;
1710 WARN_ON(pgdat->nr_zones || pgdat->kswapd_highest_zoneidx);
/linux-master/include/linux/
H A Dmmzone.h1331 enum zone_type kswapd_highest_zoneidx; member in struct:pglist_data

Completed in 300 milliseconds