Home
last modified time | relevance | path

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

/include/linux/
Dhrtimer.h94 struct hrtimer timer;
98 static inline void hrtimer_set_expires(struct hrtimer *timer, ktime_t time) in hrtimer_set_expires()
104 static inline void hrtimer_set_expires_range(struct hrtimer *timer, ktime_t time, ktime_t delta) in hrtimer_set_expires_range()
110 static inline void hrtimer_set_expires_range_ns(struct hrtimer *timer, ktime_t time, u64 delta) in hrtimer_set_expires_range_ns()
116 static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64 tv64) in hrtimer_set_expires_tv64()
122 static inline void hrtimer_add_expires(struct hrtimer *timer, ktime_t time) in hrtimer_add_expires()
128 static inline void hrtimer_add_expires_ns(struct hrtimer *timer, u64 ns) in hrtimer_add_expires_ns()
134 static inline ktime_t hrtimer_get_expires(const struct hrtimer *timer) in hrtimer_get_expires()
139 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires()
144 static inline s64 hrtimer_get_expires_tv64(const struct hrtimer *timer) in hrtimer_get_expires_tv64()
[all …]
Dhrtimer_types.h39 struct hrtimer { struct
42 enum hrtimer_restart (*function)(struct hrtimer *); argument
Dhrtimer_defs.h52 struct hrtimer *running;
124 struct hrtimer *next_timer;
126 struct hrtimer *softirq_next_timer;
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 */
Dintel_rapl.h177 struct hrtimer hrtimer; member
Dalarmtimer.h44 struct hrtimer timer;
Dmailbox_controller.h85 struct hrtimer poll_hrt;
Dtimer.h206 struct hrtimer;
207 extern enum hrtimer_restart it_real_fn(struct hrtimer *);
Drtc.h113 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */
217 enum hrtimer_restart rtc_pie_update_irq(struct hrtimer *timer);
Dposix-timers.h181 struct hrtimer timer;
Dtcp.h407 struct hrtimer pacing_timer;
408 struct hrtimer compressed_ack_timer;
Dperf_event.h181 struct hrtimer hrtimer; member
1036 struct hrtimer hrtimer; member
Dpm.h694 struct hrtimer suspend_timer;
Dsched.h698 struct hrtimer dl_timer;
707 struct hrtimer inactive_timer;
Dnetdevice.h378 struct hrtimer timer;
/include/trace/events/
Dtimer.h195 TP_PROTO(struct hrtimer *hrtimer, clockid_t clockid,
198 TP_ARGS(hrtimer, clockid, mode),
201 __field( void *, hrtimer )
207 __entry->hrtimer = hrtimer;
212 TP_printk("hrtimer=%p clockid=%s mode=%s", __entry->hrtimer,
224 TP_PROTO(struct hrtimer *hrtimer, enum hrtimer_mode mode),
226 TP_ARGS(hrtimer, mode),
229 __field( void *, hrtimer )
237 __entry->hrtimer = hrtimer;
238 __entry->function = hrtimer->function;
[all …]
/include/kvm/
Darm_arch_timer.h57 struct hrtimer hrtimer; member
91 struct hrtimer bg_timer;
/include/linux/usb/
Dcdc_ncm.h98 struct hrtimer tx_timer;
/include/net/tc_act/
Dtc_gate.h48 struct hrtimer hitimer;
/include/net/
Dpkt_sched.h67 struct hrtimer timer;
Dxfrm.h277 struct hrtimer mtimer;
Dtcp.h2566 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer);
/include/linux/soc/mediatek/
Dgzvm_drv.h136 struct hrtimer gzvm_vtimer;
/include/rdma/
Drdmavt_qp.h441 struct hrtimer s_rnr_timer;
875 enum hrtimer_restart rvt_rc_rnr_retry(struct hrtimer *t);
/include/linux/sched/
Dsignal.h144 struct hrtimer real_timer;