Home
last modified time | relevance | path

Searched refs:compat_convert_timespec (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/ipc/
Dcompat_mq.c74 if (compat_convert_timespec(&u_ts, u_abs_timeout)) in COMPAT_SYSCALL_DEFINE5()
88 if (compat_convert_timespec(&u_ts, u_abs_timeout)) in COMPAT_SYSCALL_DEFINE5()
Dcompat.c754 if (compat_convert_timespec(&ts64, timeout)) in COMPAT_SYSCALL_DEFINE4()
/linux-4.4.14/include/linux/
Dcompat.h164 extern int compat_convert_timespec(struct timespec __user **,
/linux-4.4.14/kernel/
Dcompat.c193 int compat_convert_timespec(struct timespec __user **kts, in compat_convert_timespec() function