Searched refs:hrtimer (Results 1 – 24 of 24) sorted by relevance
| /include/linux/ |
| A D | hrtimer.h | 93 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 D | hrtimer_types.h | 39 struct hrtimer { struct 42 enum hrtimer_restart (*__private function)(struct hrtimer *); argument
|
| A D | hrtimer_defs.h | 52 struct hrtimer *running; 124 struct hrtimer *next_timer; 126 struct hrtimer *softirq_next_timer;
|
| A D | serial_8250.h | 101 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 D | alarmtimer.h | 38 struct hrtimer timer;
|
| A D | intel_rapl.h | 177 struct hrtimer hrtimer; member
|
| A D | mailbox_controller.h | 85 struct hrtimer poll_hrt;
|
| A D | timer.h | 172 struct hrtimer; 173 extern enum hrtimer_restart it_real_fn(struct hrtimer *);
|
| A D | rtc.h | 110 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ 213 enum hrtimer_restart rtc_pie_update_irq(struct hrtimer *timer);
|
| A D | posix-timers.h | 215 struct hrtimer timer;
|
| A D | tcp.h | 410 struct hrtimer pacing_timer; 411 struct hrtimer compressed_ack_timer;
|
| A D | perf_event.h | 175 struct hrtimer hrtimer; member 1116 struct hrtimer hrtimer; member
|
| A D | pm.h | 692 struct hrtimer suspend_timer;
|
| A D | sched.h | 715 struct hrtimer dl_timer; 724 struct hrtimer inactive_timer;
|
| A D | netdevice.h | 401 struct hrtimer timer;
|
| /include/trace/events/ |
| A D | timer.h | 195 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 D | arm_arch_timer.h | 57 struct hrtimer hrtimer; member 91 struct hrtimer bg_timer;
|
| /include/linux/usb/ |
| A D | cdc_ncm.h | 98 struct hrtimer tx_timer;
|
| /include/net/tc_act/ |
| A D | tc_gate.h | 48 struct hrtimer hitimer;
|
| /include/net/ |
| A D | pkt_sched.h | 67 struct hrtimer timer;
|
| A D | xfrm.h | 290 struct hrtimer mtimer;
|
| A D | tcp.h | 2619 enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer);
|
| /include/rdma/ |
| A D | rdmavt_qp.h | 441 struct hrtimer s_rnr_timer; 875 enum hrtimer_restart rvt_rc_rnr_retry(struct hrtimer *t);
|
| /include/linux/sched/ |
| A D | signal.h | 145 struct hrtimer real_timer;
|
Completed in 79 milliseconds