Home
last modified time | relevance | path

Searched refs:hrtimer (Results 1 – 24 of 24) sorted by relevance

/include/linux/
A Dhrtimer.h93 struct hrtimer timer;
234 extern void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *),
236 extern void hrtimer_setup_on_stack(struct hrtimer *timer,
237 enum hrtimer_restart (*function)(struct hrtimer *),
243 extern void destroy_hrtimer_on_stack(struct hrtimer *timer);
266 extern int hrtimer_cancel(struct hrtimer *timer);
267 extern int hrtimer_try_to_cancel(struct hrtimer *timer);
283 static inline void hrtimer_restart(struct hrtimer *timer) in hrtimer_restart()
303 extern bool hrtimer_active(const struct hrtimer *timer);
313 static inline bool hrtimer_is_queued(struct hrtimer *timer) in hrtimer_is_queued()
[all …]
A Dhrtimer_types.h39 struct hrtimer { struct
42 enum hrtimer_restart (*__private function)(struct hrtimer *); argument
A Dhrtimer_defs.h52 struct hrtimer *running;
124 struct hrtimer *next_timer;
126 struct hrtimer *softirq_next_timer;
A Dserial_8250.h101 struct hrtimer start_tx_timer; /* "rs485 start tx" timer */
102 struct hrtimer stop_tx_timer; /* "rs485 stop tx" timer */
103 struct hrtimer *active_timer; /* pointer to active timer */
A Dalarmtimer.h38 struct hrtimer timer;
A Dintel_rapl.h177 struct hrtimer hrtimer; member
A Dmailbox_controller.h85 struct hrtimer poll_hrt;
A Dtimer.h172 struct hrtimer;
173 extern enum hrtimer_restart it_real_fn(struct hrtimer *);
A Drtc.h110 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */
213 enum hrtimer_restart rtc_pie_update_irq(struct hrtimer *timer);
A Dposix-timers.h215 struct hrtimer timer;
A Dtcp.h410 struct hrtimer pacing_timer;
411 struct hrtimer compressed_ack_timer;
A Dperf_event.h175 struct hrtimer hrtimer; member
1116 struct hrtimer hrtimer; member
A Dpm.h692 struct hrtimer suspend_timer;
A Dsched.h715 struct hrtimer dl_timer;
724 struct hrtimer inactive_timer;
A Dnetdevice.h401 struct hrtimer timer;
/include/trace/events/
A Dtimer.h195 TP_PROTO(struct hrtimer *hrtimer, clockid_t clockid,
207 __entry->hrtimer = hrtimer;
224 TP_PROTO(struct hrtimer *hrtimer, enum hrtimer_mode mode),
237 __entry->hrtimer = hrtimer;
261 TP_PROTO(struct hrtimer *hrtimer, ktime_t *now),
272 __entry->hrtimer = hrtimer;
284 TP_PROTO(struct hrtimer *hrtimer),
293 __entry->hrtimer = hrtimer;
308 TP_PROTO(struct hrtimer *hrtimer),
310 TP_ARGS(hrtimer)
[all …]
/include/kvm/
A Darm_arch_timer.h57 struct hrtimer hrtimer; member
91 struct hrtimer bg_timer;
/include/linux/usb/
A Dcdc_ncm.h98 struct hrtimer tx_timer;
/include/net/tc_act/
A Dtc_gate.h48 struct hrtimer hitimer;
/include/net/
A Dpkt_sched.h67 struct hrtimer timer;
A Dxfrm.h290 struct hrtimer mtimer;
A Dtcp.h2619 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer);
/include/rdma/
A Drdmavt_qp.h441 struct hrtimer s_rnr_timer;
875 enum hrtimer_restart rvt_rc_rnr_retry(struct hrtimer *t);
/include/linux/sched/
A Dsignal.h145 struct hrtimer real_timer;

Completed in 79 milliseconds