Searched refs:timer_list (Results 1 – 25 of 94) sorted by relevance
1234
| /include/linux/ |
| A D | timer.h | 64 struct timer_list _name = \ 70 void timer_init_key(struct timer_list *timer, 76 void (*func)(struct timer_list *), 81 void (*func)(struct timer_list *), in timer_init_key_on_stack() argument 161 extern void add_timer(struct timer_list *timer); 162 extern void add_timer_local(struct timer_list *timer); 163 extern void add_timer_global(struct timer_list *timer); 166 extern int timer_delete_sync(struct timer_list *timer); 167 extern int timer_delete(struct timer_list *timer); 168 extern int timer_shutdown_sync(struct timer_list *timer); [all …]
|
| A D | timer_types.h | 8 struct timer_list { struct 15 void (*function)(struct timer_list *); argument
|
| A D | scc.h | 79 struct timer_list tx_t; /* tx timer for this channel */ 80 struct timer_list tx_wdog; /* tx watchdogs */
|
| A D | workqueue_types.h | 14 void delayed_work_timer_fn(struct timer_list *t);
|
| A D | bcm47xx_wdt.h | 19 struct timer_list soft_timer;
|
| A D | if_eql.h | 48 struct timer_list timer;
|
| A D | mISDNhw.h | 87 struct timer_list timer; 148 struct timer_list timer;
|
| /include/net/ |
| A D | rose.h | 105 struct timer_list t0timer; 106 struct timer_list ftimer; 148 struct timer_list timer; 149 struct timer_list idletimer;
|
| A D | netrom.h | 78 struct timer_list t1timer; 79 struct timer_list t2timer; 80 struct timer_list t4timer; 81 struct timer_list idletimer;
|
| A D | llc_c_ac.h | 24 struct timer_list; 180 void llc_conn_busy_tmr_cb(struct timer_list *t); 181 void llc_conn_pf_cycle_tmr_cb(struct timer_list *t); 182 void llc_conn_ack_tmr_cb(struct timer_list *t); 183 void llc_conn_rej_tmr_cb(struct timer_list *t);
|
| A D | mrp.h | 119 struct timer_list join_timer; 120 struct timer_list periodic_timer;
|
| A D | inet_connection_sock.h | 84 struct timer_list icsk_retransmit_timer; 85 struct timer_list icsk_delack_timer; 166 void (*retransmit_handler)(struct timer_list *), 167 void (*delack_handler)(struct timer_list *), 168 void (*keepalive_handler)(struct timer_list *));
|
| A D | inet_frag.h | 91 struct timer_list timer; 113 void (*frag_expire)(struct timer_list *t);
|
| A D | ax25.h | 214 struct timer_list slave_timer; /* timeout timer */ 248 struct timer_list t1timer, t2timer, t3timer, idletimer; 256 struct timer_list timer, dtimer; 468 unsigned long ax25_display_timer(struct timer_list *);
|
| /include/trace/events/ |
| A D | timer.h | 14 TP_PROTO(struct timer_list *timer), 35 TP_PROTO(struct timer_list *timer), 54 TP_PROTO(struct timer_list *timer, 94 TP_PROTO(struct timer_list *timer, unsigned long baseclk), 129 TP_PROTO(struct timer_list *timer), 140 TP_PROTO(struct timer_list *timer),
|
| /include/media/drv-intf/ |
| A D | saa7146_vv.h | 76 struct timer_list timeout; 85 struct timer_list vbi_read_timeout; 147 void saa7146_buffer_timeout(struct timer_list *t);
|
| /include/net/netns/ |
| A D | can.h | 33 struct timer_list stattimer; /* timer for statistics update */
|
| A D | sctp.h | 44 struct timer_list addr_wq_timer;
|
| /include/net/sctp/ |
| A D | sm.h | 60 typedef void (sctp_timer_event_t) (struct timer_list *); 309 void sctp_generate_t3_rtx_event(struct timer_list *t); 310 void sctp_generate_heartbeat_event(struct timer_list *t); 311 void sctp_generate_reconf_event(struct timer_list *t); 312 void sctp_generate_probe_event(struct timer_list *t); 313 void sctp_generate_proto_unreach_event(struct timer_list *t);
|
| /include/scsi/ |
| A D | libfcoe.h | 130 struct timer_list timer; 365 struct timer_list timer; 386 void fcoe_queue_timer(struct timer_list *t);
|
| /include/media/ |
| A D | dmxdev.h | 149 struct timer_list timer;
|
| /include/pcmcia/ |
| A D | soc_common.h | 76 struct timer_list poll_timer;
|
| /include/target/iscsi/ |
| A D | iscsi_target_core.h | 461 struct timer_list dataout_timer; 566 struct timer_list nopin_timer; 567 struct timer_list nopin_response_timer; 568 struct timer_list login_timer; 619 struct timer_list time2retain_timer; 684 struct timer_list time2retain_timer;
|
| /include/sound/ |
| A D | mpu401.h | 82 struct timer_list timer;
|
| /include/acpi/ |
| A D | ghes.h | 27 struct timer_list timer;
|
Completed in 47 milliseconds
1234