Home
last modified time | relevance | path

Searched refs:compat_get_timespec64 (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/kernel/time/
Dposix-stubs.c171 if (compat_get_timespec64(&new_tp, tp)) in COMPAT_SYSCALL_DEFINE2()
227 if (compat_get_timespec64(&t, rqtp)) in COMPAT_SYSCALL_DEFINE4()
Dtime.c913 int compat_get_timespec64(struct timespec64 *ts, const void __user *uts) in compat_get_timespec64() function
920 EXPORT_SYMBOL_GPL(compat_get_timespec64);
Dposix-timers.c1126 if (compat_get_timespec64(&ts, tp)) in COMPAT_SYSCALL_DEFINE2()
1251 if (compat_get_timespec64(&t, rqtp)) in COMPAT_SYSCALL_DEFINE4()
Dhrtimer.c1788 if (compat_get_timespec64(&tu, rqtp)) in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dcompat_time.h25 extern int compat_get_timespec64(struct timespec64 *, const void __user *);
Dtime32.h222 #define get_old_timespec32 compat_get_timespec64
/Linux-v4.19/fs/
Dutimes.c253 if (compat_get_timespec64(&tv[0], &t[0]) || in COMPAT_SYSCALL_DEFINE4()
254 compat_get_timespec64(&tv[1], &t[1])) in COMPAT_SYSCALL_DEFINE4()
Dselect.c1318 if (compat_get_timespec64(&ts, tsp)) in do_compat_pselect()
1384 if (compat_get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
Daio.c2143 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/
Dmqueue.c1467 if (compat_get_timespec64(ts, p)) in compat_prepare_timeout()
Dsem.c2221 if (compat_get_timespec64(&ts, timeout)) in compat_ksys_semtimedop()