Lines Matching defs:u_abs_timeout
844 static int prepare_timeout(const struct __kernel_timespec __user *u_abs_timeout,
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);
1628 const struct old_timespec32 __user *, u_abs_timeout)
1631 if (u_abs_timeout) {
1632 int res = compat_prepare_timeout(u_abs_timeout, &ts);
1643 const struct old_timespec32 __user *, u_abs_timeout)
1646 if (u_abs_timeout) {
1647 int res = compat_prepare_timeout(u_abs_timeout, &ts);