tag | line | file | source code |
timer_list | 304 | drivers/block/floppy.c | static struct timer_list select = { NULL, 0, 0, select_callback }; |
timer_list | 326 | drivers/block/floppy.c | static struct timer_list motor_on_timer[4] = { |
timer_list | 343 | drivers/block/floppy.c | static struct timer_list motor_off_timer[4] = { |
timer_list | 78 | drivers/char/vt.c | static struct timer_list sound_timer = { NULL, 0, 0, kd_nosound }; |
timer_list | 138 | drivers/sound/os.h | static struct timer_list name = \ |
timer_list | 73 | include/linux/timer.h | struct timer_list *next; |
timer_list | 79 | include/linux/timer.h | extern void add_timer(struct timer_list * timer); |
timer_list | 80 | include/linux/timer.h | extern int del_timer(struct timer_list * timer); |
timer_list | 379 | kernel/sched.c | static struct timer_list * next_timer = NULL; |
timer_list | 381 | kernel/sched.c | void add_timer(struct timer_list * timer) |
timer_list | 384 | kernel/sched.c | struct timer_list ** p; |
timer_list | 405 | kernel/sched.c | int del_timer(struct timer_list * timer) |
timer_list | 409 | kernel/sched.c | struct timer_list **p; |
timer_list | 54 | net/inet/ip.h | struct timer_list timer; /* when will this queue expire? */ |
timer_list | 144 | net/inet/sock.h | struct timer_list timer; |