Home
last modified time | relevance | path

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

/openbmc/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.c1281 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2()
1413 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
H A Dhrtimer.c2149 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/openbmc/linux/include/linux/
H A Dtime32.h54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
/openbmc/linux/fs/
H A Dutimes.c257 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4()
258 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
H A 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()
H A Daio.c2284 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6()
2318 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5()
2351 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/kernel/futex/
H A Dsyscalls.c368 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c373 err = get_old_timespec32(&ts, timeout); in sys_oabi_semtimedop()
/openbmc/linux/ipc/
H A Dmqueue.c1618 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
H A Dsem.c2281 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
/openbmc/linux/kernel/
H A Dsignal.c3713 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4()
3776 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/openbmc/linux/net/
H A Dsocket.c2990 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()