taglinefilesource code
kswapd_wait44mm/vmscan.cstatic struct wait_queue * kswapd_wait = NULL;
kswapd_wait398mm/vmscan.cinterruptible_sleep_on(&kswapd_wait);
kswapd_wait417mm/vmscan.cwake_up(&kswapd_wait);