taglinefilesource code
sound_timer78kernel/chr_drv/vt.cstatic struct timer_list sound_timer = { NULL, 0, 0, kd_nosound };
sound_timer81kernel/chr_drv/vt.cdel_timer(&sound_timer);
sound_timer92kernel/chr_drv/vt.csound_timer.expires = ticks;
sound_timer93kernel/chr_drv/vt.cadd_timer(&sound_timer);