taglinefilesource code
ticks74kernel/chr_drv/vt.ckd_mksound(unsigned int count, unsigned int ticks)
ticks86kernel/chr_drv/vt.cif (ticks)
ticks88kernel/chr_drv/vt.ctimer_table[BEEP_TIMER].expires = jiffies + ticks;
ticks124kernel/chr_drv/vt.cunsigned int ticks = HZ * ((arg >> 16) & 0xffff) / 1000;
ticks130kernel/chr_drv/vt.ckd_mksound(arg & 0xffff, ticks);
ticks131kernel/chr_drv/vt.cif (ticks == 0)