Searched refs:hrtimer (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c37 #include <linux/hrtimer.h>
42 struct hrtimer *hrtimer; local
45 hrtimer = arg;
46 ret = hrtimer->function(hrtimer);
49 callout_schedule_sbt(&hrtimer->callout,
50 nstosbt(hrtimer->expires), nstosbt(hrtimer->precision), 0);
52 callout_deactivate(&hrtimer
57 linux_hrtimer_active(struct hrtimer *hrtimer) argument
73 linux_hrtimer_cancel(struct hrtimer *hrtimer) argument
80 linux_hrtimer_init(struct hrtimer *hrtimer) argument
90 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) argument
96 linux_hrtimer_start(struct hrtimer *hrtimer, ktime_t time) argument
103 linux_hrtimer_start_range_ns(struct hrtimer *hrtimer, ktime_t time, int64_t nsec) argument
115 linux_hrtimer_forward_now(struct hrtimer *hrtimer, ktime_t interval) argument
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h47 struct hrtimer { struct
48 enum hrtimer_restart (*function)(struct hrtimer *);
55 #define hrtimer_active(hrtimer) linux_hrtimer_active(hrtimer)
56 #define hrtimer_cancel(hrtimer) linux_hrtimer_cancel(hrtimer)
58 #define hrtimer_init(hrtimer, clock, mode) do { \
61 linux_hrtimer_init(hrtimer); \
64 #define hrtimer_set_expires(hrtimer, time) \
65 linux_hrtimer_set_expires(hrtimer, tim
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c29 #include <linux/hrtimer.h>
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_kern.h145 struct hrtimer { struct
212 typedef struct hrtimer{ struct
988 struct hrtimer mit_timer;
H A Dnetmap_generic.c104 #include <linux/hrtimer.h>

Completed in 178 milliseconds