Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c55 linux_hrtimer_active(struct hrtimer *hrtimer) in linux_hrtimer_active() function