Home
last modified time | relevance | path

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

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h69 linux_hrtimer_start(hrtimer, time); \
86 void linux_hrtimer_start(struct hrtimer *, ktime_t);
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c115 linux_hrtimer_start(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_start() function