Home
last modified time | relevance | path

Searched refs:compat_get_timespec (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/
Dfutex_compat.c187 if (compat_get_timespec(&ts, utime)) in COMPAT_SYSCALL_DEFINE6()
Dcompat.c142 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec() function
149 EXPORT_SYMBOL_GPL(compat_get_timespec);
Dsignal.c3190 if (compat_get_timespec(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/Linux-v4.19/net/
Dcompat.c824 if (compat_get_timespec(&ktspec, timeout)) in __compat_sys_recvmmsg()
/Linux-v4.19/include/linux/
Dcompat.h294 extern int compat_get_timespec(struct timespec *, const void __user *);