Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h54 #define hrtimer_active(hrtimer) linux_hrtimer_active(hrtimer)
81 bool linux_hrtimer_active(struct hrtimer *);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c54 linux_hrtimer_active(struct hrtimer *hrtimer) in linux_hrtimer_active() function