Searched refs:put_old_timespec32 (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
D | posix-stubs.c | 195 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2() 212 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
|
D | time.c | 851 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32() function 858 EXPORT_SYMBOL_GPL(put_old_timespec32);
|
D | posix-timers.c | 1185 if (!err && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1220 if (!err && tp && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
|
D | hrtimer.c | 1945 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
|
/kernel/linux/linux-5.10/include/linux/ |
D | time32.h | 55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
|
/kernel/linux/linux-5.10/fs/ |
D | select.c | 349 if (!put_old_timespec32(&rts, p)) in poll_select_finish()
|
/kernel/linux/linux-5.10/net/ |
D | socket.c | 2800 if (timeout32 && put_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|
/kernel/linux/linux-5.10/net/core/ |
D | sock.c | 3154 return put_old_timespec32(&ts, userstamp); in sock_gettstamp()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 6663 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()
|