Lines Matching defs:u_abs_timeout
843 static int prepare_timeout(const struct __kernel_timespec __user *u_abs_timeout,
846 if (get_timespec64(ts, u_abs_timeout))
1286 const struct __kernel_timespec __user *, u_abs_timeout)
1289 if (u_abs_timeout) {
1290 int res = prepare_timeout(u_abs_timeout, &ts);
1300 const struct __kernel_timespec __user *, u_abs_timeout)
1303 if (u_abs_timeout) {
1304 int res = prepare_timeout(u_abs_timeout, &ts);
1629 const struct old_timespec32 __user *, u_abs_timeout)
1632 if (u_abs_timeout) {
1633 int res = compat_prepare_timeout(u_abs_timeout, &ts);
1644 const struct old_timespec32 __user *, u_abs_timeout)
1647 if (u_abs_timeout) {
1648 int res = compat_prepare_timeout(u_abs_timeout, &ts);