Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dtime.h22 void __nolibc_timespec_user_to_kernel(const struct timespec *ts, struct __kernel_timespec *kts) in __nolibc_timespec_user_to_kernel() function
99 __nolibc_timespec_user_to_kernel(tp, &ktp); in sys_clock_settime()
122 __nolibc_timespec_user_to_kernel(rqtp, &krqtp); in sys_clock_nanosleep()
230 __nolibc_timespec_user_to_kernel(&new_value->it_value, &knew_value.it_value); in sys_timer_settime()
231 __nolibc_timespec_user_to_kernel(&new_value->it_interval, &knew_value.it_interval); in sys_timer_settime()
/linux/tools/include/nolibc/sys/
H A Dtimerfd.h67 __nolibc_timespec_user_to_kernel(&new_value->it_value, &knew_value.it_value); in sys_timerfd_settime()
68 __nolibc_timespec_user_to_kernel(&new_value->it_interval, &knew_value.it_interval); in sys_timerfd_settime()