Searched refs:u_abs_timeout (Results 1 - 2 of 2) sorted by last modified time

/ipc/
H A Dcompat_mq.c70 const struct compat_timespec __user *, u_abs_timeout)
74 if (compat_convert_timespec(&u_ts, u_abs_timeout))
84 const struct compat_timespec __user *, u_abs_timeout)
88 if (compat_convert_timespec(&u_ts, u_abs_timeout))
H A Dmqueue.c675 static int prepare_timeout(const struct timespec __user *u_abs_timeout, argument
678 if (copy_from_user(ts, u_abs_timeout, sizeof(struct timespec)))
956 const struct timespec __user *, u_abs_timeout)
969 if (u_abs_timeout) {
970 int res = prepare_timeout(u_abs_timeout, &expires, &ts);
1076 const struct timespec __user *, u_abs_timeout)
1088 if (u_abs_timeout) {
1089 int res = prepare_timeout(u_abs_timeout, &expires, &ts);

Completed in 10 milliseconds