Searched refs:get_old_timespec32 (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/kernel/time/ |
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()
|
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);
|
D | posix-timers.c | 1281 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1413 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | hrtimer.c | 2149 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/linux-6.6.21/include/linux/ |
D | time32.h | 54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
|
/linux-6.6.21/fs/ |
D | utimes.c | 257 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4() 258 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
|
D | select.c | 747 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()
|
D | aio.c | 2280 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6() 2314 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5() 2347 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
/linux-6.6.21/kernel/futex/ |
D | syscalls.c | 368 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
|
/linux-6.6.21/arch/arm/kernel/ |
D | sys_oabi-compat.c | 373 err = get_old_timespec32(&ts, timeout); in sys_oabi_semtimedop()
|
/linux-6.6.21/ipc/ |
D | mqueue.c | 1618 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
|
D | sem.c | 2281 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
|
/linux-6.6.21/kernel/ |
D | signal.c | 3713 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4() 3776 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
/linux-6.6.21/net/ |
D | socket.c | 2990 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|