Searched refs:timer_list (Results 1 – 25 of 94) sorted by relevance
1234
| /include/linux/ |
| D | timer.h | 64 struct timer_list _name = \ 70 void init_timer_key(struct timer_list *timer, 71 void (*func)(struct timer_list *), unsigned int flags, 75 extern void init_timer_on_stack_key(struct timer_list *timer, 76 void (*func)(struct timer_list *), 80 static inline void init_timer_on_stack_key(struct timer_list *timer, in init_timer_on_stack_key() 81 void (*func)(struct timer_list *), in init_timer_on_stack_key() argument 127 extern void destroy_timer_on_stack(struct timer_list *timer); 129 static inline void destroy_timer_on_stack(struct timer_list *timer) { } in destroy_timer_on_stack() 145 static inline int timer_pending(const struct timer_list * timer) in timer_pending() [all …]
|
| D | timer_types.h | 8 struct timer_list { struct 15 void (*function)(struct timer_list *); argument
|
| D | scc.h | 79 struct timer_list tx_t; /* tx timer for this channel */ 80 struct timer_list tx_wdog; /* tx watchdogs */
|
| D | workqueue_types.h | 14 void delayed_work_timer_fn(struct timer_list *t);
|
| 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;
|
| /include/net/ |
| D | netrom.h | 78 struct timer_list t1timer; 79 struct timer_list t2timer; 80 struct timer_list t4timer; 81 struct timer_list idletimer;
|
| D | rose.h | 106 struct timer_list t0timer; 107 struct timer_list ftimer; 149 struct timer_list timer; 150 struct timer_list idletimer;
|
| 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);
|
| D | mrp.h | 119 struct timer_list join_timer; 120 struct timer_list periodic_timer;
|
| D | inet_connection_sock.h | 92 struct timer_list icsk_retransmit_timer; 93 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 | 91 struct timer_list timer; 113 void (*frag_expire)(struct timer_list *t);
|
| 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; 469 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, 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/ |
| 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/ |
| 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 *); 310 void sctp_generate_t3_rtx_event(struct timer_list *t); 311 void sctp_generate_heartbeat_event(struct timer_list *t); 312 void sctp_generate_reconf_event(struct timer_list *t); 313 void sctp_generate_probe_event(struct timer_list *t); 314 void sctp_generate_proto_unreach_event(struct timer_list *t);
|
| /include/scsi/ |
| D | libfcoe.h | 130 struct timer_list timer; 365 struct timer_list timer; 386 void fcoe_queue_timer(struct timer_list *t);
|
| /include/media/ |
| D | dmxdev.h | 149 struct timer_list timer;
|
| /include/pcmcia/ |
| D | soc_common.h | 76 struct timer_list poll_timer;
|
| /include/target/iscsi/ |
| 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; 622 struct timer_list time2retain_timer; 687 struct timer_list time2retain_timer;
|
1234