Lines Matching refs:timespec
112 struct timespec new_ts; in COMPAT_SYSCALL_DEFINE2()
143 static int __compat_get_timespec(struct timespec *ts, const struct compat_timespec __user *cts) in __compat_get_timespec()
150 static int __compat_put_timespec(const struct timespec *ts, struct compat_timespec __user *cts) in __compat_put_timespec()
175 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec()
184 int compat_put_timespec(const struct timespec *ts, void __user *uts) in compat_put_timespec()
193 int compat_convert_timespec(struct timespec __user **kts, in compat_convert_timespec()
196 struct timespec ts; in compat_convert_timespec()
197 struct timespec __user *uts; in compat_convert_timespec()
200 *kts = (struct timespec __user *)cts; in compat_convert_timespec()
219 struct timespec rmt; in compat_nanosleep_restart()
223 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart()
242 struct timespec tu, rmt; in COMPAT_SYSCALL_DEFINE2()
255 rmtp ? (struct timespec __user *)&rmt : NULL, in COMPAT_SYSCALL_DEFINE2()
745 struct timespec ts; in COMPAT_SYSCALL_DEFINE2()
752 (struct timespec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
762 struct timespec ts; in COMPAT_SYSCALL_DEFINE2()
767 (struct timespec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
802 struct timespec ts; in COMPAT_SYSCALL_DEFINE2()
807 (struct timespec __user *) &ts); in COMPAT_SYSCALL_DEFINE2()
818 struct timespec tu; in compat_clock_nanosleep_restart()
821 restart->nanosleep.rmtp = (struct timespec __user *) &tu; in compat_clock_nanosleep_restart()
844 struct timespec in, out; in COMPAT_SYSCALL_DEFINE4()
853 (struct timespec __user *) &in, in COMPAT_SYSCALL_DEFINE4()
854 (struct timespec __user *) &out); in COMPAT_SYSCALL_DEFINE4()
1002 struct timespec t; in COMPAT_SYSCALL_DEFINE4()
1050 struct timespec tv; in COMPAT_SYSCALL_DEFINE1()
1145 struct timespec t; in COMPAT_SYSCALL_DEFINE2()
1150 ret = sys_sched_rr_get_interval(pid, (struct timespec __user *)&t); in COMPAT_SYSCALL_DEFINE2()