Home
last modified time | relevance | path

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

/tools/include/nolibc/
A Dtime.h22 void __nolibc_timespec_user_to_kernel(const struct timespec *ts, struct __kernel_timespec *kts) in __nolibc_timespec_user_to_kernel() argument
24 kts->tv_sec = ts->tv_sec; in __nolibc_timespec_user_to_kernel()
25 kts->tv_nsec = ts->tv_nsec; in __nolibc_timespec_user_to_kernel()
29 void __nolibc_timespec_kernel_to_user(const struct __kernel_timespec *kts, struct timespec *ts) in __nolibc_timespec_kernel_to_user() argument
31 ts->tv_sec = kts->tv_sec; in __nolibc_timespec_kernel_to_user()
32 ts->tv_nsec = kts->tv_nsec; in __nolibc_timespec_kernel_to_user()

Completed in 3 milliseconds