Home
last modified time | relevance | path

Searched refs:put_old_timespec32 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c195 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2()
212 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
H A Dtime.c852 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32() function
859 EXPORT_SYMBOL_GPL(put_old_timespec32);
H A Dposix-timers.c1185 if (!err && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
1220 if (!err && tp && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
H A Dhrtimer.c1919 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime32.h55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c349 if (!put_old_timespec32(&rts, p)) in poll_select_finish()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c3157 return put_old_timespec32(&ts, userstamp); in sock_gettstamp()
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c2801 if (timeout32 && put_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c6703 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()