Searched refs:get_old_timespec32 (Results 1 – 17 of 17) sorted by relevance
/linux/kernel/time/ |
A D | posix-stubs.c | 179 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2() 236 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
A D | time.c | 842 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32() function 849 EXPORT_SYMBOL_GPL(get_old_timespec32);
|
A D | posix-timers.c | 1158 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1284 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
A D | hrtimer.c | 2144 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/linux/include/linux/ |
A D | time32.h | 54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
|
/linux/fs/ |
A D | utimes.c | 256 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4() 257 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
|
A D | select.c | 743 if (get_old_timespec32(&ts, tsp)) in do_pselect() 1131 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5() 1320 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect() 1403 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
A D | aio.c | 2269 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6() 2303 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5() 2336 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
/linux/kernel/futex/ |
A D | syscalls.c | 387 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
|
/linux/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 370 err = get_old_timespec32(&ts, timeout); in sys_oabi_semtimedop()
|
/linux/ipc/ |
A D | mqueue.c | 1608 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
|
A D | sem.c | 2285 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
|
/linux/kernel/ |
A D | signal.c | 3667 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4() 3730 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
/linux/net/ |
A D | socket.c | 2839 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|
/linux/ |
A D | vmlinux.symvers | 5655 0x00000000 get_old_timespec32 vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 4517 ffff8000101141e0 T get_old_timespec32
|
A D | .tmp_System.map | 4517 ffff8000101141e0 T get_old_timespec32
|
Completed in 337 milliseconds