Searched defs:hrtimer (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | hrtimer.h | 46 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/sys/compat/linuxkpi/common/src/ |
H A D | linux_hrtimer.c | 39 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/sys/dev/netmap/ |
H A D | netmap_kern.h | 133 struct hrtimer { struct 200 typedef struct hrtimer{ struct 201 KTIMER timer; 202 BOOLEAN active; 203 KDPC deferred_proc;
|