Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dhrtimer.h99 enum hrtimer_restart { enum
109 typedef enum hrtimer_restart (*Handler)(struct hrtimer *);
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_hrtimer.c134 enum hrtimer_restart restart; in HrtimerHandlerRun()