Home
last modified time | relevance | path

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

/mm/
Dvmscan.c3871 enum zone_type curr_idx = READ_ONCE(pgdat->kswapd_highest_zoneidx); in kswapd_highest_zoneidx() local
3873 return curr_idx == MAX_NR_ZONES ? prev_highest_zoneidx : curr_idx; in kswapd_highest_zoneidx()
4104 enum zone_type curr_idx; in wakeup_kswapd() local
4113 curr_idx = READ_ONCE(pgdat->kswapd_highest_zoneidx); in wakeup_kswapd()
4115 if (curr_idx == MAX_NR_ZONES || curr_idx < highest_zoneidx) in wakeup_kswapd()