Home
last modified time | relevance | path

Searched defs:hrtimer (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h46 struct hrtimer { struct
47 enum hrtimer_restart (*function)(struct hrtimer *); argument
54 #define hrtimer_active(hrtimer) linux_hrtimer_active(hrtimer) argument
55 #define hrtimer_try_to_cancel(hrtimer) linux_hrtimer_try_to_cancel(hrtimer) argument
56 #define hrtimer_cancel(hrtimer) linux_hrtimer_cancel(hrtimer) argument
58 #define hrtimer_init(hrtimer, clock, mode) do { \ argument
64 #define hrtimer_set_expires(hrtimer, time) \ argument
67 #define hrtimer_start(hrtimer, time, mode) do { \ argument
72 #define hrtimer_start_range_ns(hrtimer, time, prec, mode) do { \ argument
77 #define hrtimer_forward_now(hrtimer, interval) do { \ argument
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c39 struct hrtimer *hrtimer; in hrtimer_call_handler() local
54 linux_hrtimer_active(struct hrtimer *hrtimer) in linux_hrtimer_active()
71 linux_hrtimer_try_to_cancel(struct hrtimer *hrtimer) in linux_hrtimer_try_to_cancel()
92 linux_hrtimer_cancel(struct hrtimer *hrtimer) in linux_hrtimer_cancel()
99 linux_hrtimer_init(struct hrtimer *hrtimer) in linux_hrtimer_init()
109 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_set_expires()
115 linux_hrtimer_start(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_start()
122 linux_hrtimer_start_range_ns(struct hrtimer *hrtimer, ktime_t time, in linux_hrtimer_start_range_ns()
134 linux_hrtimer_forward_now(struct hrtimer *hrtimer, ktime_t interval) in linux_hrtimer_forward_now()
/freebsd-src/sys/dev/netmap/
H A Dnetmap_kern.h200 typedef struct hrtimer{ argument
132 struct hrtimer { global() struct
199 typedef struct hrtimer{ global() struct
201 activehrtimer global() argument
202 deferred_prochrtimer global() argument