Home
last modified time | relevance | path

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

/kernel/time/
Dposix-stubs.c197 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2()
214 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
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);
Dposix-timers.c1216 if (!err && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
1251 if (!err && tp && put_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
Dhrtimer.c2021 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
/kernel/sched/
Dcore.c9109 retval = put_old_timespec32(&t, interval); in SYSCALL_DEFINE2()