Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dposix-stubs.c152 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2()
169 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
H A Dtime.c964 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32() function
971 EXPORT_SYMBOL_GPL(put_old_timespec32);
H A Dhrtimer.c2270 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
/linux/include/linux/
H A Dtime32.h55 extern int put_old_timespec32(const struct timespec64 *, void __user *);
/linux/kernel/sched/
H A Dsyscalls.c1575 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()
/linux/fs/
H A Dselect.c347 if (!put_old_timespec32(&rts, p)) in poll_select_finish()
/linux/net/
H A Dsocket.c3139 if (timeout32 && put_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()