Searched refs:compat_get_timespec (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/ |
D | compat.c | 175 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()
|
D | futex_compat.c | 186 if (compat_get_timespec(&ts, utime)) in COMPAT_SYSCALL_DEFINE6()
|
/linux-4.4.14/fs/ |
D | compat.c | 95 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.4.14/include/linux/ |
D | compat.h | 153 extern int compat_get_timespec(struct timespec *, const void __user *);
|
/linux-4.4.14/net/ |
D | compat.c | 757 if (compat_get_timespec(&ktspec, timeout)) in COMPAT_SYSCALL_DEFINE5()
|