Searched refs:put_old_timespec32 (Results 1 – 5 of 5) sorted by relevance
197 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2()214 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
852 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32() function859 EXPORT_SYMBOL_GPL(put_old_timespec32);
1216 if (!err && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()1251 if (!err && tp && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
2021 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
9109 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()