| tag | line | file | source code |
|---|---|---|---|
| def_tmr | 49 | drivers/sound/sys_timer.c | static struct timer_list def_tmr = |
| def_tmr | 71 | drivers/sound/sys_timer.c | def_tmr.expires = (1) + jiffies; |
| def_tmr | 72 | drivers/sound/sys_timer.c | add_timer (&def_tmr); |
| def_tmr | 119 | drivers/sound/sys_timer.c | def_tmr.expires = (1) + jiffies; |
| def_tmr | 120 | drivers/sound/sys_timer.c | add_timer (&def_tmr); |
| def_tmr | 130 | drivers/sound/sys_timer.c | del_timer (&def_tmr);; |