Searched refs:u_abs_timeout (Results 1 - 2 of 2) sorted by relevance

/linux-master/ipc/
H A Dmqueue.c844 static int prepare_timeout(const struct __kernel_timespec __user *u_abs_timeout, argument
847 if (get_timespec64(ts, u_abs_timeout))
1285 const struct __kernel_timespec __user *, u_abs_timeout)
1288 if (u_abs_timeout) {
1289 int res = prepare_timeout(u_abs_timeout, &ts);
1299 const struct __kernel_timespec __user *, u_abs_timeout)
1302 if (u_abs_timeout) {
1303 int res = prepare_timeout(u_abs_timeout, &ts);
1629 const struct old_timespec32 __user *, u_abs_timeout)
1632 if (u_abs_timeout) {
[all...]
/linux-master/include/linux/
H A Dsyscalls.h721 const struct old_timespec32 __user *u_abs_timeout);
725 const struct old_timespec32 __user *u_abs_timeout);

Completed in 185 milliseconds