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