Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dposix-stubs.c185 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2()
202 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
Dtime.c940 int put_old_timespec32(const struct timespec64 *ts, void __user *uts) in put_old_timespec32() function
947 EXPORT_SYMBOL_GPL(put_old_timespec32);
Dposix-timers.c1154 if (!err && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
1189 if (!err && tp && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
Dhrtimer.c1848 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
/Linux-v5.4/include/linux/
Dtime32.h67 extern int put_old_timespec32(const struct timespec64 *, void __user *);
232 #define compat_put_timespec64 put_old_timespec32
/Linux-v5.4/fs/
Dselect.c349 if (!put_old_timespec32(&rts, p)) in poll_select_finish()
/Linux-v5.4/net/core/
Dsock.c3027 return put_old_timespec32(&ts, userstamp); in sock_gettstamp()
/Linux-v5.4/net/
Dsocket.c2690 if (timeout32 && put_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
/Linux-v5.4/kernel/sched/
Dcore.c5914 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()