Searched refs:put_old_timespec32 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | posix-stubs.c | 152 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2() 169 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
|
H A D | time.c | 968 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32() function 975 EXPORT_SYMBOL_GPL(put_old_timespec32);
|
H A D | posix-timers.c | 1299 if (!err && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1334 if (!err && tp && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
|
H A D | hrtimer.c | 2028 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
|
/openbmc/linux/include/linux/ |
H A D | time32.h | 55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
|
/openbmc/linux/fs/ |
H A D | select.c | 350 if (!put_old_timespec32(&rts, p)) in poll_select_finish()
|
/openbmc/linux/net/ |
H A D | socket.c | 3039 if (timeout32 && put_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 3593 return put_old_timespec32(&ts, userstamp); in sock_gettstamp()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 9153 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()
|