Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/time/
Dposix-stubs.c179 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()
236 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dtime.c842 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32() function
849 EXPORT_SYMBOL_GPL(get_old_timespec32);
Dposix-timers.c1167 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
1293 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c2144 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/linux-5.19.10/include/linux/
Dtime32.h54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
/linux-5.19.10/fs/
Dutimes.c256 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4()
257 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
Dselect.c747 if (get_old_timespec32(&ts, tsp)) in do_pselect()
1135 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5()
1324 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect()
1407 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
Daio.c2294 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6()
2328 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5()
2361 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
/linux-5.19.10/kernel/futex/
Dsyscalls.c365 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
/linux-5.19.10/arch/arm/kernel/
Dsys_oabi-compat.c370 err = get_old_timespec32(&ts, timeout); in sys_oabi_semtimedop()
/linux-5.19.10/ipc/
Dmqueue.c1620 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
Dsem.c2282 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
/linux-5.19.10/kernel/
Dsignal.c3676 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4()
3739 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/linux-5.19.10/net/
Dsocket.c2918 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()