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 | 46 struct timer_list timer;
|
D | mISDNhw.h | 87 struct timer_list timer; 148 struct timer_list timer;
|
D | kthread.h | 113 void kthread_delayed_work_timer_fn(struct timer_list *t); 138 struct timer_list timer;
|
D | psi_types.h | 166 struct timer_list poll_timer;
|
/include/net/ |
D | rose.h | 104 struct timer_list t0timer; 105 struct timer_list ftimer; 146 struct timer_list timer; 147 struct timer_list idletimer;
|
D | netrom.h | 77 struct timer_list t1timer; 78 struct timer_list t2timer; 79 struct timer_list t4timer; 80 struct timer_list idletimer;
|
D | inet_connection_sock.h | 91 struct timer_list icsk_retransmit_timer; 92 struct timer_list icsk_delack_timer; 175 void (*retransmit_handler)(struct timer_list *), 176 void (*delack_handler)(struct timer_list *), 177 void (*keepalive_handler)(struct timer_list *));
|
D | mrp.h | 115 struct timer_list join_timer; 116 struct timer_list periodic_timer;
|
D | inet_frag.h | 84 struct timer_list timer; 105 void (*frag_expire)(struct timer_list *t);
|
D | llc_c_ac.h | 174 void llc_conn_busy_tmr_cb(struct timer_list *t); 175 void llc_conn_pf_cycle_tmr_cb(struct timer_list *t); 176 void llc_conn_ack_tmr_cb(struct timer_list *t); 177 void llc_conn_rej_tmr_cb(struct timer_list *t);
|
D | ax25.h | 224 struct timer_list slave_timer; /* timeout timer */ 252 struct timer_list t1timer, t2timer, t3timer, idletimer; 260 struct timer_list timer, dtimer; 477 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), 54 TP_PROTO(struct timer_list *timer, 92 TP_PROTO(struct timer_list *timer, unsigned long baseclk), 127 TP_PROTO(struct timer_list *timer), 138 TP_PROTO(struct timer_list *timer),
|
/include/net/netns/ |
D | can.h | 33 struct timer_list stattimer; /* timer for statistics update */
|
D | sctp.h | 41 struct timer_list addr_wq_timer;
|
/include/media/drv-intf/ |
D | saa7146_vv.h | 76 struct timer_list timeout; 109 struct timer_list vbi_read_timeout; 187 void saa7146_buffer_timeout(struct timer_list *t);
|
/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 | 129 struct timer_list timer; 356 struct timer_list timer; 375 void fcoe_queue_timer(struct timer_list *t);
|
/include/media/ |
D | dmxdev.h | 150 struct timer_list timer;
|
/include/target/iscsi/ |
D | iscsi_target_core.h | 463 struct timer_list dataout_timer; 567 struct timer_list nopin_timer; 568 struct timer_list nopin_response_timer; 569 struct timer_list transport_timer; 619 struct timer_list time2retain_timer; 684 struct timer_list time2retain_timer; 793 struct timer_list np_login_timer;
|
/include/sound/ |
D | mpu401.h | 82 struct timer_list timer;
|
/include/acpi/ |
D | ghes.h | 27 struct timer_list timer;
|
1234