Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c40 struct hrtimer *hrtimer; in hrtimer_call_handler() local
55 linux_hrtimer_active(struct hrtimer *hrtimer) in linux_hrtimer_active()
72 linux_hrtimer_try_to_cancel(struct hrtimer *hrtimer) in linux_hrtimer_try_to_cancel()
93 linux_hrtimer_cancel(struct hrtimer *hrtimer) in linux_hrtimer_cancel()
100 linux_hrtimer_init(struct hrtimer *hrtimer) in linux_hrtimer_init()
110 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_set_expires()
116 linux_hrtimer_start(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_start()
123 linux_hrtimer_start_range_ns(struct hrtimer *hrtimer, ktime_t time, in linux_hrtimer_start_range_ns()
135 linux_hrtimer_forward_now(struct hrtimer *hrtimer, ktime_t interval) in linux_hrtimer_forward_now()
/freebsd-14.2/sys/dev/netmap/
H A Dnetmap_kern.h132 struct hrtimer { struct
199 typedef struct hrtimer{ struct
200 KTIMER timer;
201 BOOLEAN active;
202 KDPC deferred_proc;