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 60 #define hrtimer_init(hrtimer, clock, mode) do { \ argument 67 #define hrtimer_setup(hrtimer, restart, clock, mode) do { \ argument 73 #define hrtimer_set_expires(hrtimer, time) \ argument 76 #define hrtimer_start(hrtimer, time, mode) do { \ argument 81 #define hrtimer_start_range_ns(hrtimer, time, prec, mode) do { \ argument [all …]
|
| /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() 115 linuxkpi_hrtimer_setup(struct hrtimer *hrtimer, in linuxkpi_hrtimer_setup() 116 enum hrtimer_restart (*function)(struct hrtimer *)) in linuxkpi_hrtimer_setup() 126 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_set_expires() 132 linux_hrtimer_start(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_start() 139 linux_hrtimer_start_range_ns(struct hrtimer *hrtimer, ktime_t time, in linux_hrtimer_start_range_ns() [all …]
|
| /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;
|