Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linux/
H A Dlinux_time.h131 int linux_to_native_itimerspec(struct itimerspec *,
H A Dlinux_timer.c125 error = linux_to_native_itimerspec(&val, &l_val); in linux_timer_settime()
H A Dlinux_event.c656 error = linux_to_native_itimerspec(&nts, &lots); in linux_timerfd_settime()
H A Dlinux_time.c230 linux_to_native_itimerspec(struct itimerspec *ntp, struct l_itimerspec *ltp) in linux_to_native_itimerspec() function