Searched refs:hrtimer (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_hrtimer.c | 42 struct hrtimer *hrtimer; in hrtimer_call_handler() local 45 hrtimer = arg; in hrtimer_call_handler() 46 ret = hrtimer->function(hrtimer); in hrtimer_call_handler() 50 nstosbt(hrtimer->expires), nstosbt(hrtimer->precision), 0); in hrtimer_call_handler() 57 linux_hrtimer_active(struct hrtimer *hrtimer) in linux_hrtimer_active() argument 73 linux_hrtimer_cancel(struct hrtimer *hrtimer) in linux_hrtimer_cancel() argument 80 linux_hrtimer_init(struct hrtimer *hrtimer) in linux_hrtimer_init() argument 83 memset(hrtimer, 0, sizeof(*hrtimer)); in linux_hrtimer_init() 86 callout_init_mtx(&hrtimer->callout, &hrtimer->mtx, 0); in linux_hrtimer_init() 90 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_set_expires() argument [all …]
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | hrtimer.h | 47 struct hrtimer { struct 55 #define hrtimer_active(hrtimer) linux_hrtimer_active(hrtimer) argument 56 #define hrtimer_cancel(hrtimer) linux_hrtimer_cancel(hrtimer) argument 61 linux_hrtimer_init(hrtimer); \ 64 #define hrtimer_set_expires(hrtimer, time) \ argument 65 linux_hrtimer_set_expires(hrtimer, time) 69 linux_hrtimer_start(hrtimer, time); \ 78 linux_hrtimer_forward_now(hrtimer, interval); \ 81 bool linux_hrtimer_active(struct hrtimer *); 82 int linux_hrtimer_cancel(struct hrtimer *); [all …]
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_kern.h | 145 struct hrtimer { struct 212 typedef struct hrtimer{ struct 988 struct hrtimer mit_timer;
|