tag | line | file | source code |
timer_list | 672 | drivers/block/floppy.c | static struct timer_list fd_timeout ={ NULL, NULL, 0, 0, |
timer_list | 699 | drivers/block/floppy.c | static struct timer_list motor_off_timer[N_DRIVE] = { |
timer_list | 762 | drivers/block/floppy.c | static struct timer_list fd_timer ={ NULL, NULL, 0, 0, 0 }; |
timer_list | 791 | drivers/block/sbpcd.c | static struct timer_list delay_timer = { NULL, NULL, 0, 0, mark_timeout}; |
timer_list | 793 | drivers/block/sbpcd.c | static struct timer_list data_timer = { NULL, NULL, 0, 0, mark_timeout}; |
timer_list | 794 | drivers/block/sbpcd.c | static struct timer_list audio_timer = { NULL, NULL, 0, 0, mark_timeout}; |
timer_list | 102 | drivers/char/vt.c | static struct timer_list sound_timer = { NULL, NULL, 0, 0, kd_nosound }; |
timer_list | 143 | drivers/sound/os.h | static struct timer_list name = \ |
timer_list | 73 | include/linux/timer.h | struct timer_list *next; |
timer_list | 74 | include/linux/timer.h | struct timer_list *prev; |
timer_list | 80 | include/linux/timer.h | extern void add_timer(struct timer_list * timer); |
timer_list | 81 | include/linux/timer.h | extern int del_timer(struct timer_list * timer); |
timer_list | 83 | include/linux/timer.h | extern inline void init_timer(struct timer_list * timer) |
timer_list | 325 | kernel/sched.c | static struct timer_list timer_head = { &timer_head, &timer_head, ~0, 0, NULL }; |
timer_list | 328 | kernel/sched.c | void add_timer(struct timer_list * timer) |
timer_list | 331 | kernel/sched.c | struct timer_list *p; |
timer_list | 354 | kernel/sched.c | int del_timer(struct timer_list * timer) |
timer_list | 358 | kernel/sched.c | struct timer_list * p; |
timer_list | 511 | kernel/sched.c | struct timer_list * timer; |
timer_list | 93 | net/inet/arp.c | struct timer_list timer; /* expire timer */ |
timer_list | 136 | net/inet/arp.c | static struct timer_list arp_timer = |
timer_list | 54 | net/inet/igmp.h | struct timer_list timer; |
timer_list | 66 | net/inet/ip.h | struct timer_list timer; /* when will this queue expire? */ |
timer_list | 99 | net/inet/sock.h | struct timer_list partial_timer; |
timer_list | 163 | net/inet/sock.h | struct timer_list keepalive_timer; /* TCP keepalive hack */ |
timer_list | 164 | net/inet/sock.h | struct timer_list retransmit_timer; /* TCP retransmit timer */ |
timer_list | 165 | net/inet/sock.h | struct timer_list ack_timer; /* TCP delayed ack timer */ |
timer_list | 176 | net/inet/sock.h | struct timer_list timer; /* This is the TIME_WAIT/receive timer when we are doing IP */ |