Searched refs:get_old_timespec32 (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/kernel/time/ |
| H A D | posix-stubs.c | 136 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2() 193 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | time.c | 949 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 D | posix-timers.c | 1292 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1424 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | hrtimer.c | 2195 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /linux-6.15/include/linux/ |
| H A D | time32.h | 54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
|
| /linux-6.15/fs/ |
| H A D | utimes.c | 252 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4() 253 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
|
| H A D | select.c | 743 if (get_old_timespec32(&ts, tsp)) in do_pselect() 1129 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5() 1318 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect() 1401 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| H A D | aio.c | 2323 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6() 2357 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5() 2390 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| /linux-6.15/kernel/futex/ |
| H A D | syscalls.c | 501 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 371 err = get_old_timespec32(&ts, timeout); in sys_oabi_semtimedop()
|
| /linux-6.15/ipc/ |
| H A D | mqueue.c | 1575 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
|
| H A D | sem.c | 2281 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
|
| /linux-6.15/kernel/ |
| H A D | signal.c | 3854 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4() 3917 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
| /linux-6.15/net/ |
| H A D | socket.c | 2993 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|