Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dcompat.c175 int compat_get_timespec(struct timespec *ts, const void __user *uts) in compat_get_timespec() function
182 EXPORT_SYMBOL_GPL(compat_get_timespec);
207 if (compat_get_timespec(&ts, cts)) in compat_convert_timespec()
246 if (compat_get_timespec(&tu, rqtp)) in COMPAT_SYSCALL_DEFINE2()
747 if (compat_get_timespec(&ts, tp)) in COMPAT_SYSCALL_DEFINE2()
847 if (compat_get_timespec(&in, rqtp)) in COMPAT_SYSCALL_DEFINE4()
1014 if (compat_get_timespec(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
Dfutex_compat.c186 if (compat_get_timespec(&ts, utime)) in COMPAT_SYSCALL_DEFINE6()
/linux-4.1.27/fs/
Dcompat.c95 if (compat_get_timespec(&tv[0], &t[0]) || in COMPAT_SYSCALL_DEFINE4()
96 compat_get_timespec(&tv[1], &t[1])) in COMPAT_SYSCALL_DEFINE4()
533 if (compat_get_timespec(&t, timeout)) in COMPAT_SYSCALL_DEFINE5()
/linux-4.1.27/include/linux/
Dcompat.h153 extern int compat_get_timespec(struct timespec *, const void __user *);
/linux-4.1.27/net/
Dcompat.c757 if (compat_get_timespec(&ktspec, timeout)) in COMPAT_SYSCALL_DEFINE5()