tag | line | file | source code |
timer_active | 42 | include/linux/timer.h | extern unsigned long timer_active; |
timer_active | 170 | kernel/blk_drv/blk.h | (timer_active |= 1<<DEVICE_TIMEOUT)) |
timer_active | 173 | kernel/blk_drv/blk.h | timer_active &= ~(1<<DEVICE_TIMEOUT) |
timer_active | 296 | kernel/blk_drv/floppy.c | timer_active &= ~(1 << FLOPPY_TIMER); |
timer_active | 1006 | kernel/blk_drv/floppy.c | timer_active |= 1 << FLOPPY_TIMER; |
timer_active | 1265 | kernel/blk_drv/floppy.c | timer_active &= ~(1 << FLOPPY_TIMER); |
timer_active | 440 | kernel/blk_drv/hd.c | timer_active &= ~(1<<HD_TIMER); |
timer_active | 589 | kernel/blk_drv/hd.c | timer_active &= ~(1<<HD_TIMER); |
timer_active | 1237 | kernel/blk_drv/scsi/scsi.c | timer_active |= 1 << SCSI_TIMER; |
timer_active | 1242 | kernel/blk_drv/scsi/scsi.c | timer_active &= ~(1 << SCSI_TIMER); |
timer_active | 350 | kernel/blk_drv/scsi/scsi_debug.c | if ((timer_active & (1 << SCSI_DEBUG_TIMER)) == 0) { |
timer_active | 352 | kernel/blk_drv/scsi/scsi_debug.c | timer_active |= 1 << SCSI_DEBUG_TIMER; |
timer_active | 394 | kernel/blk_drv/scsi/scsi_debug.c | timer_active &= ~(1 << SCSI_DEBUG_TIMER); |
timer_active | 418 | kernel/blk_drv/scsi/scsi_debug.c | timer_active |= 1 << SCSI_DEBUG_TIMER; |
timer_active | 1208 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); |
timer_active | 1213 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
timer_active | 1216 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
timer_active | 1259 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
timer_active | 1385 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
timer_active | 1430 | kernel/chr_drv/console.c | timer_active |= 1<<BEEP_TIMER; |
timer_active | 1478 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); |
timer_active | 1481 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
timer_active | 1484 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
timer_active | 306 | kernel/chr_drv/serial.c | timer_active |= 1 << RS_TIMER; |
timer_active | 336 | kernel/chr_drv/tty_io.c | timer_active &= ~(1<<BLANK_TIMER); |
timer_active | 90 | kernel/chr_drv/vt.c | timer_active |= (1 << BEEP_TIMER); |
timer_active | 187 | kernel/chr_drv/vt.c | timer_active &= ~(1<<BLANK_TIMER); |
timer_active | 354 | kernel/sched.c | unsigned long timer_active = 0; |
timer_active | 443 | kernel/sched.c | if (mask > timer_active) |
timer_active | 445 | kernel/sched.c | if (!(mask & timer_active)) |
timer_active | 449 | kernel/sched.c | timer_active &= ~mask; |
timer_active | 96 | net/tcp/timer.c | timer_active |= 1 << NET_TIMER; |
timer_active | 100 | net/tcp/timer.c | timer_active &= ~(1 << NET_TIMER); |
timer_active | 140 | net/tcp/timer.c | timer_active |= 1 << NET_TIMER; |
timer_active | 149 | net/tcp/timer.c | timer_active |= 1 << NET_TIMER; |
timer_active | 346 | net/tcp/timer.c | timer_active |= 1 << NET_TIMER; |