Home
last modified time | relevance | path

Searched refs:linux_to_native_itimerspec (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/compat/linux/
H A Dlinux_timer.h114 int linux_to_native_itimerspec(struct itimerspec *,
H A Dlinux_time.c170 linux_to_native_itimerspec(struct itimerspec *ntp, struct l_itimerspec *ltp) in linux_to_native_itimerspec() function
H A Dlinux_event.c896 error = linux_to_native_itimerspec(&nts, &lots); in linux_timerfd_settime()