taglinefilesource code
sound_timer98drivers/char/vt.cstatic struct timer_list sound_timer = { NULL, NULL, 0, 0, kd_nosound };
sound_timer101drivers/char/vt.cdel_timer(&sound_timer);
sound_timer112drivers/char/vt.csound_timer.expires = ticks;
sound_timer113drivers/char/vt.cadd_timer(&sound_timer);
sound_timer340drivers/sound/sound_timer.cstatic struct sound_timer_operations sound_timer =
sound_timer402drivers/sound/sound_timer.csound_timer_devs[n] = &sound_timer;