Home
last modified time | relevance | path

Searched refs:compat_put_timespec64 (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/time/
Dposix-stubs.c187 if (compat_put_timespec64(&kernel_tp, tp)) in COMPAT_SYSCALL_DEFINE2()
204 if (compat_put_timespec64(&rtn_tp, tp)) in COMPAT_SYSCALL_DEFINE2()
Dtime.c922 int compat_put_timespec64(const struct timespec64 *ts, void __user *uts) in compat_put_timespec64() function
929 EXPORT_SYMBOL_GPL(compat_put_timespec64);
Dposix-timers.c1144 if (!err && compat_put_timespec64(&ts, tp)) in COMPAT_SYSCALL_DEFINE2()
1193 if (!err && tp && compat_put_timespec64(&ts, tp)) in COMPAT_SYSCALL_DEFINE2()
Dhrtimer.c1663 if (compat_put_timespec64(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
/Linux-v4.19/include/linux/
Dcompat_time.h26 extern int compat_put_timespec64(const struct timespec64 *, void __user *);
Dtime32.h223 #define put_old_timespec32 compat_put_timespec64
/Linux-v4.19/fs/
Dselect.c1131 if (!compat_put_timespec64(&ts, p)) in compat_poll_select_copy_remaining()
/Linux-v4.19/kernel/sched/
Dcore.c5266 retval = compat_put_timespec64(&t, interval); in COMPAT_SYSCALL_DEFINE2()