Searched refs:get_old_timespec32 (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H 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()
|
| H A D | time.c | 843 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) in get_old_timespec32() function 850 EXPORT_SYMBOL_GPL(get_old_timespec32);
|
| H A D | posix-timers.c | 1167 if (get_old_timespec32(&ts, tp)) in SYSCALL_DEFINE2() 1293 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | hrtimer.c | 2042 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | utimes.c | 255 if (get_old_timespec32(&tv[0], &t[0]) || in SYSCALL_DEFINE4() 256 get_old_timespec32(&tv[1], &t[1])) in SYSCALL_DEFINE4()
|
| H A D | select.c | 746 if (get_old_timespec32(&ts, tsp)) in do_pselect() 1134 if (get_old_timespec32(&ts, tsp)) in SYSCALL_DEFINE5() 1323 if (get_old_timespec32(&ts, tsp)) in do_compat_pselect() 1406 if (get_old_timespec32(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| H A D | aio.c | 2271 if (timeout && unlikely(get_old_timespec32(&ts, timeout))) in SYSCALL_DEFINE6() 2305 if (timeout && get_old_timespec32(&t, timeout)) in SYSCALL_DEFINE5() 2338 if (timeout && get_old_timespec32(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | time32.h | 54 extern int get_old_timespec32(struct timespec64 *, const void __user *);
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 1619 if (get_old_timespec32(ts, p)) in compat_prepare_timeout()
|
| H A D | sem.c | 2262 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 3593 if (get_old_timespec32(&ts, uts)) in SYSCALL_DEFINE4() 3656 if (get_old_timespec32(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
| H A D | futex.c | 3985 if (get_old_timespec32(&ts, utime)) in SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 2787 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in __sys_recvmmsg()
|