Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h55 #define hrtimer_try_to_cancel(hrtimer) linux_hrtimer_try_to_cancel(hrtimer)
82 int linux_hrtimer_try_to_cancel(struct hrtimer *);
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c72 linux_hrtimer_try_to_cancel(struct hrtimer *hrtimer) in linux_hrtimer_try_to_cancel() function