tag | line | file | source code |
---|---|---|---|
ticks | 74 | kernel/chr_drv/vt.c | kd_mksound(unsigned int count, unsigned int ticks) |
ticks | 86 | kernel/chr_drv/vt.c | if (ticks) |
ticks | 88 | kernel/chr_drv/vt.c | timer_table[BEEP_TIMER].expires = jiffies + ticks; |
ticks | 124 | kernel/chr_drv/vt.c | unsigned int ticks = HZ * ((arg >> 16) & 0xffff) / 1000; |
ticks | 130 | kernel/chr_drv/vt.c | kd_mksound(arg & 0xffff, ticks); |
ticks | 131 | kernel/chr_drv/vt.c | if (ticks == 0) |