taglinefilesource code
sound_timer161drivers/char/vt.cstatic struct timer_list sound_timer = { NULL, NULL, 0, 0,
sound_timer170drivers/char/vt.cdel_timer(&sound_timer);
sound_timer181drivers/char/vt.csound_timer.expires = jiffies+ticks;
sound_timer182drivers/char/vt.cadd_timer(&sound_timer);
sound_timer299drivers/sound/sound_timer.cstatic struct sound_timer_operations sound_timer =
sound_timer349drivers/sound/sound_timer.cstrcpy (sound_timer.info.name, name);
sound_timer351drivers/sound/sound_timer.csound_timer_devs[n] = &sound_timer;