Home
last modified time | relevance | path

Searched refs:get_old_timespec32 (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/time/
H A Dposix-stubs.c136 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()
193 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
H A Dtime.c949 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32() function
956 EXPORT_SYMBOL_GPL(get_old_timespec32);
H A Dposix-timers.c1296 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
1428 if (get_old_timespec32(&t, rqtp))
H A Dhrtimer.c2128 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dtime32.h54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
/linux/kernel/futex/
H A Dsyscalls.c501 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
/linux/fs/
H A Daio.c2324 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6()
2358 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5()
2391 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
/linux/ipc/
H A Dmqueue.c1620 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
H A Dsem.c2281 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
/linux/kernel/
H A Dsignal.c3737 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4()
3800 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/linux/net/
H A Dsocket.c3032 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()