Lines Matching refs:timespec
22 void __nolibc_timespec_user_to_kernel(const struct timespec *ts, struct __kernel_timespec *kts) 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()
44 int sys_clock_getres(clockid_t clockid, struct timespec *res) in sys_clock_getres()
60 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres()
66 int sys_clock_gettime(clockid_t clockid, struct timespec *tp) in sys_clock_gettime()
82 int clock_gettime(clockid_t clockid, struct timespec *tp) in clock_gettime()
88 int sys_clock_settime(clockid_t clockid, struct timespec *tp) in sys_clock_settime()
101 int clock_settime(clockid_t clockid, struct timespec *tp) in clock_settime()
107 int sys_clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, in sys_clock_nanosleep()
108 struct timespec *rmtp) in sys_clock_nanosleep()
125 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, in clock_nanosleep()
126 struct timespec *rmtp) in clock_nanosleep()
139 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()