Searched refs:compat_put_timespec64 (Results 1 – 8 of 8) sorted by relevance
187 if (compat_put_timespec64(&kernel_tp, tp)) in COMPAT_SYSCALL_DEFINE2()204 if (compat_put_timespec64(&rtn_tp, tp)) in COMPAT_SYSCALL_DEFINE2()
922 int compat_put_timespec64(const struct timespec64 *ts, void __user *uts) in compat_put_timespec64() function929 EXPORT_SYMBOL_GPL(compat_put_timespec64);
1144 if (!err && compat_put_timespec64(&ts, tp)) in COMPAT_SYSCALL_DEFINE2()1193 if (!err && tp && compat_put_timespec64(&ts, tp)) in COMPAT_SYSCALL_DEFINE2()
1663 if (compat_put_timespec64(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
26 extern int compat_put_timespec64(const struct timespec64 *, void __user *);
223 #define put_old_timespec32 compat_put_timespec64
1131 if (!compat_put_timespec64(&ts, p)) in compat_poll_select_copy_remaining()
5266 retval = compat_put_timespec64(&t, interval); in COMPAT_SYSCALL_DEFINE2()