taglinefilesource code
sound_timer160drivers/char/vt.cstatic struct timer_list sound_timer = { NULL, NULL, 0, 0, kd_nosound };
sound_timer163drivers/char/vt.cdel_timer(&sound_timer);
sound_timer174drivers/char/vt.csound_timer.expires = jiffies+ticks;
sound_timer175drivers/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;