Home
last modified time | relevance | path

Searched refs:hrtimer_restart (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h41 enum hrtimer_restart { enum
47 enum hrtimer_restart (*function)(struct hrtimer *);
100 enum hrtimer_restart (*function)(struct hrtimer *));
106 enum hrtimer_restart linuxkpi_hrtimer_dummy_timeout(struct hrtimer *unused);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c40 enum hrtimer_restart ret; in hrtimer_call_handler()
108 enum hrtimer_restart
116 enum hrtimer_restart (*function)(struct hrtimer *)) in linuxkpi_hrtimer_setup()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c229 static enum hrtimer_restart mt76x02u_pre_tbtt_interrupt(struct hrtimer *timer) in mt76x02u_pre_tbtt_interrupt()