Lines Matching refs:timespec

132 static int common_nsleep(const clockid_t, int flags, struct timespec *t,
133 struct timespec __user *rmtp);
206 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec *tp) in posix_clock_realtime_get()
214 const struct timespec *tp) in posix_clock_realtime_set()
228 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) in posix_ktime_get_ts()
237 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) in posix_get_monotonic_raw()
244 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) in posix_get_realtime_coarse()
251 struct timespec *tp) in posix_get_monotonic_coarse()
257 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) in posix_get_coarse_res()
263 static int posix_get_boottime(const clockid_t which_clock, struct timespec *tp) in posix_get_boottime()
269 static int posix_get_tai(clockid_t which_clock, struct timespec *tp) in posix_get_tai()
275 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec *tp) in posix_get_hrtimer_res()
1013 const struct timespec __user *, tp) in SYSCALL_DEFINE2()
1016 struct timespec new_tp; in SYSCALL_DEFINE2()
1028 struct timespec __user *,tp) in SYSCALL_DEFINE2()
1031 struct timespec kernel_tp; in SYSCALL_DEFINE2()
1069 struct timespec __user *, tp) in SYSCALL_DEFINE2()
1072 struct timespec rtn_tp; in SYSCALL_DEFINE2()
1090 struct timespec *tsave, struct timespec __user *rmtp) in common_nsleep()
1098 const struct timespec __user *, rqtp, in SYSCALL_DEFINE4()
1099 struct timespec __user *, rmtp) in SYSCALL_DEFINE4()
1102 struct timespec t; in SYSCALL_DEFINE4()
1109 if (copy_from_user(&t, rqtp, sizeof (struct timespec))) in SYSCALL_DEFINE4()