| tag | line | file | source code |
|---|---|---|---|
| SWAP_TIMER | 423 | mm/vmscan.c | timer_active |= (1<<SWAP_TIMER); |
| SWAP_TIMER | 433 | mm/vmscan.c | timer_table[SWAP_TIMER].expires = 0; |
| SWAP_TIMER | 434 | mm/vmscan.c | timer_table[SWAP_TIMER].fn = swap_tick; |
| SWAP_TIMER | 435 | mm/vmscan.c | timer_active |= (1<<SWAP_TIMER); |