Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h65 linux_hrtimer_set_expires(hrtimer, time)
85 void linux_hrtimer_set_expires(struct hrtimer *, ktime_t);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c109 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_set_expires() function