Searched refs:get_old_timespec32 (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/kernel/time/ |
| D | posix-stubs.c | 169 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2() 225 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| D | time.c | 931 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32() function 938 EXPORT_SYMBOL_GPL(get_old_timespec32);
|
| D | posix-timers.c | 1136 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1247 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| D | hrtimer.c | 1970 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /Linux-v5.4/include/linux/ |
| D | time32.h | 66 extern int get_old_timespec32(struct timespec64 *, const void __user *); 231 #define compat_get_timespec64 get_old_timespec32
|
| /Linux-v5.4/fs/ |
| D | utimes.c | 246 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4() 247 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
|
| D | select.c | 743 if (get_old_timespec32(&ts, tsp)) in do_pselect() 1115 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5() 1304 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect() 1381 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| D | aio.c | 2134 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6() 2168 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5() 2201 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| /Linux-v5.4/ipc/ |
| D | mqueue.c | 1517 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
|
| D | sem.c | 2244 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
|
| /Linux-v5.4/kernel/ |
| D | signal.c | 3540 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4() 3603 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
| D | futex.c | 3878 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
|
| /Linux-v5.4/net/ |
| D | socket.c | 2676 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|