| tag | line | file | source code |
| timer_list | 203 | drivers/block/aztcd.c | static struct timer_list delay_timer = { NULL, NULL, 0, 0, NULL }; |
| timer_list | 163 | drivers/block/cm206.c | struct timer_list timer; /* time-out */ |
| timer_list | 557 | drivers/block/floppy.c | static struct timer_list fd_timeout ={ NULL, NULL, 0, 0, |
| timer_list | 833 | drivers/block/floppy.c | static struct timer_list motor_off_timer[N_DRIVE] = { |
| timer_list | 893 | drivers/block/floppy.c | static struct timer_list fd_timer ={ NULL, NULL, 0, 0, 0 }; |
| timer_list | 115 | drivers/block/optcd.c | static struct timer_list delay_timer = {NULL, NULL, 0, 0, NULL}; |
| timer_list | 685 | drivers/block/sbpcd.c | static struct timer_list delay_timer = { NULL, NULL, 0, 0, mark_timeout_delay}; |
| timer_list | 686 | drivers/block/sbpcd.c | static struct timer_list data_timer = { NULL, NULL, 0, 0, mark_timeout_data}; |
| timer_list | 688 | drivers/block/sbpcd.c | static struct timer_list audio_timer = { NULL, NULL, 0, 0, mark_timeout_audio}; |
| timer_list | 124 | drivers/block/sjcd.c | static struct timer_list sjcd_delay_timer = { NULL, NULL, 0, 0, NULL }; |
| timer_list | 158 | drivers/char/vt.c | static struct timer_list sound_timer = { NULL, NULL, 0, 0, kd_nosound }; |
| timer_list | 347 | drivers/net/arcnet.c | struct timer_list timer; /* the timer interrupt struct */ |
| timer_list | 123 | drivers/net/atp.c | static struct timer_list atp_timer = {NULL, NULL, 0, 0, atp_timed_checker}; |
| timer_list | 116 | drivers/net/ibmtr.c | static struct timer_list tr_timer={NULL,NULL,0,0L,tok_open_adapter}; |
| timer_list | 50 | drivers/net/wavelan.c | typedef struct timer_list timer_list; |
| timer_list | 67 | drivers/net/wavelan.c | timer_list watchdog; |
| timer_list | 1358 | drivers/net/wavelan.c | if (lp->watchdog.next == (timer_list *)0) |
| timer_list | 143 | drivers/sound/os.h | static struct timer_list name = \ |
| timer_list | 58 | include/linux/if_eql.h | struct timer_list timer; |
| timer_list | 69 | include/linux/igmp.h | struct timer_list timer; |
| timer_list | 139 | include/linux/ip_fw.h | struct timer_list timer; /* Expiration timer */ |
| timer_list | 80 | include/linux/timer.h | struct timer_list *next; |
| timer_list | 81 | include/linux/timer.h | struct timer_list *prev; |
| timer_list | 87 | include/linux/timer.h | extern void add_timer(struct timer_list * timer); |
| timer_list | 88 | include/linux/timer.h | extern int del_timer(struct timer_list * timer); |
| timer_list | 90 | include/linux/timer.h | extern inline void init_timer(struct timer_list * timer) |
| timer_list | 132 | include/net/ax25.h | struct timer_list timer; |
| timer_list | 69 | include/net/ip.h | struct timer_list timer; /* when will this queue expire? */ |
| timer_list | 107 | include/net/sock.h | struct timer_list partial_timer; |
| timer_list | 168 | include/net/sock.h | struct timer_list keepalive_timer; /* TCP keepalive hack */ |
| timer_list | 169 | include/net/sock.h | struct timer_list retransmit_timer; /* TCP retransmit timer */ |
| timer_list | 170 | include/net/sock.h | struct timer_list ack_timer; /* TCP delayed ack timer */ |
| timer_list | 195 | include/net/sock.h | struct timer_list timer; /* This is the TIME_WAIT/receive timer when we are doing IP */ |
| timer_list | 312 | kernel/sched.c | static struct timer_list timer_head = { &timer_head, &timer_head, ~0, 0, NULL }; |
| timer_list | 315 | kernel/sched.c | void add_timer(struct timer_list * timer) |
| timer_list | 318 | kernel/sched.c | struct timer_list *p; |
| timer_list | 341 | kernel/sched.c | int del_timer(struct timer_list * timer) |
| timer_list | 345 | kernel/sched.c | struct timer_list * p; |
| timer_list | 490 | kernel/sched.c | struct timer_list * timer; |
| timer_list | 39 | net/802/tr.c | static struct timer_list rif_timer={ NULL,NULL,RIF_CHECK_INTERVAL,0L,rif_check_expire }; |
| timer_list | 81 | net/appletalk/aarp.c | static struct timer_list aarp_timer; |
| timer_list | 100 | net/ipv4/arp.c | struct timer_list timer; /* expire timer */ |
| timer_list | 149 | net/ipv4/arp.c | static struct timer_list arp_timer = |