Searched refs:compat_get_timespec64 (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | posix-stubs.c | 171 if (compat_get_timespec64(&new_tp, tp)) in COMPAT_SYSCALL_DEFINE2() 227 if (compat_get_timespec64(&t, rqtp)) in COMPAT_SYSCALL_DEFINE4()
|
D | time.c | 913 int compat_get_timespec64(struct timespec64 *ts, const void __user *uts) in compat_get_timespec64() function 920 EXPORT_SYMBOL_GPL(compat_get_timespec64);
|
D | posix-timers.c | 1126 if (compat_get_timespec64(&ts, tp)) in COMPAT_SYSCALL_DEFINE2() 1251 if (compat_get_timespec64(&t, rqtp)) in COMPAT_SYSCALL_DEFINE4()
|
D | hrtimer.c | 1788 if (compat_get_timespec64(&tu, rqtp)) in COMPAT_SYSCALL_DEFINE2()
|
/Linux-v4.19/include/linux/ |
D | compat_time.h | 25 extern int compat_get_timespec64(struct timespec64 *, const void __user *);
|
D | time32.h | 222 #define get_old_timespec32 compat_get_timespec64
|
/Linux-v4.19/fs/ |
D | utimes.c | 253 if (compat_get_timespec64(&tv[0], &t[0]) || in COMPAT_SYSCALL_DEFINE4() 254 compat_get_timespec64(&tv[1], &t[1])) in COMPAT_SYSCALL_DEFINE4()
|
D | select.c | 1318 if (compat_get_timespec64(&ts, tsp)) in do_compat_pselect() 1384 if (compat_get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
D | aio.c | 2143 if (timeout && compat_get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE5() 2171 if (timeout && compat_get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
/Linux-v4.19/ipc/ |
D | mqueue.c | 1467 if (compat_get_timespec64(ts, p)) in compat_prepare_timeout()
|
D | sem.c | 2221 if (compat_get_timespec64(&ts, timeout)) in compat_ksys_semtimedop()
|