Searched refs:timer_list (Results 1 – 25 of 90) sorted by relevance
1234
/include/linux/ |
D | timer.h | 12 struct timer_list { struct 19 void (*function)(struct timer_list *); argument 89 struct timer_list _name = \ 95 void init_timer_key(struct timer_list *timer, 96 void (*func)(struct timer_list *), unsigned int flags, 100 extern void init_timer_on_stack_key(struct timer_list *timer, 101 void (*func)(struct timer_list *), 105 static inline void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() 106 void (*func)(struct timer_list *), in init_timer_on_stack_key() argument 152 extern void destroy_timer_on_stack(struct timer_list *timer); [all …]
|
D | scc.h | 79 struct timer_list tx_t; /* tx timer for this channel */ 80 struct timer_list tx_wdog; /* tx watchdogs */
|
D | bcm47xx_wdt.h | 19 struct timer_list soft_timer;
|
D | if_eql.h | 48 struct timer_list timer;
|
D | mISDNhw.h | 87 struct timer_list timer; 148 struct timer_list timer;
|
D | kthread.h | 117 void kthread_delayed_work_timer_fn(struct timer_list *t); 142 struct timer_list timer;
|
D | psi_types.h | 177 struct timer_list poll_timer;
|
/include/net/ |
D | rose.h | 105 struct timer_list t0timer; 106 struct timer_list ftimer; 148 struct timer_list timer; 149 struct timer_list idletimer;
|
D | netrom.h | 78 struct timer_list t1timer; 79 struct timer_list t2timer; 80 struct timer_list t4timer; 81 struct timer_list idletimer;
|
D | llc_c_ac.h | 24 struct timer_list; 181 void llc_conn_busy_tmr_cb(struct timer_list *t); 182 void llc_conn_pf_cycle_tmr_cb(struct timer_list *t); 183 void llc_conn_ack_tmr_cb(struct timer_list *t); 184 void llc_conn_rej_tmr_cb(struct timer_list *t);
|
D | mrp.h | 119 struct timer_list join_timer; 120 struct timer_list periodic_timer;
|
D | inet_connection_sock.h | 93 struct timer_list icsk_retransmit_timer; 94 struct timer_list icsk_delack_timer; 176 void (*retransmit_handler)(struct timer_list *), 177 void (*delack_handler)(struct timer_list *), 178 void (*keepalive_handler)(struct timer_list *));
|
D | inet_frag.h | 88 struct timer_list timer; 110 void (*frag_expire)(struct timer_list *t);
|
D | ax25.h | 212 struct timer_list slave_timer; /* timeout timer */ 245 struct timer_list t1timer, t2timer, t3timer, idletimer; 253 struct timer_list timer, dtimer; 471 unsigned long ax25_display_timer(struct timer_list *);
|
D | lib80211.h | 109 struct timer_list crypt_deinit_timer;
|
/include/trace/events/ |
D | timer.h | 14 TP_PROTO(struct timer_list *timer), 35 TP_PROTO(struct timer_list *timer), 55 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/net/netns/ |
D | can.h | 34 struct timer_list stattimer; /* timer for statistics update */
|
D | sctp.h | 44 struct timer_list addr_wq_timer;
|
/include/net/sctp/ |
D | sm.h | 60 typedef void (sctp_timer_event_t) (struct timer_list *); 313 void sctp_generate_t3_rtx_event(struct timer_list *t); 314 void sctp_generate_heartbeat_event(struct timer_list *t); 315 void sctp_generate_reconf_event(struct timer_list *t); 316 void sctp_generate_probe_event(struct timer_list *t); 317 void sctp_generate_proto_unreach_event(struct timer_list *t);
|
/include/scsi/ |
D | libfcoe.h | 130 struct timer_list timer; 358 struct timer_list timer; 377 void fcoe_queue_timer(struct timer_list *t);
|
/include/media/ |
D | dmxdev.h | 149 struct timer_list timer;
|
/include/target/iscsi/ |
D | iscsi_target_core.h | 464 struct timer_list dataout_timer; 568 struct timer_list nopin_timer; 569 struct timer_list nopin_response_timer; 570 struct timer_list transport_timer; 622 struct timer_list time2retain_timer; 687 struct timer_list time2retain_timer; 803 struct timer_list np_login_timer;
|
/include/pcmcia/ |
D | soc_common.h | 76 struct timer_list poll_timer;
|
/include/sound/ |
D | mpu401.h | 82 struct timer_list timer;
|
/include/acpi/ |
D | ghes.h | 27 struct timer_list timer;
|
1234