Lines Matching refs:timeval32
935 struct timeval32 struct
942 struct timeval32 it_interval; argument
943 struct timeval32 it_value;
947 get_tv32(struct timespec64 *o, struct timeval32 __user *i) in get_tv32()
949 struct timeval32 tv; in get_tv32()
950 if (copy_from_user(&tv, i, sizeof(struct timeval32))) in get_tv32()
958 put_tv32(struct timeval32 __user *o, struct timespec64 *i) in put_tv32()
960 return copy_to_user(o, &(struct timeval32){ in put_tv32()
963 sizeof(struct timeval32)); in put_tv32()
967 put_tv_to_tv32(struct timeval32 __user *o, struct __kernel_old_timeval *i) in put_tv_to_tv32()
969 return copy_to_user(o, &(struct timeval32){ in put_tv_to_tv32()
972 sizeof(struct timeval32)); in put_tv_to_tv32()
976 jiffies_to_timeval32(unsigned long jiffies, struct timeval32 *value) in jiffies_to_timeval32()
982 SYSCALL_DEFINE2(osf_gettimeofday, struct timeval32 __user *, tv, in SYSCALL_DEFINE2()
999 SYSCALL_DEFINE2(osf_settimeofday, struct timeval32 __user *, tv, in SYSCALL_DEFINE2()
1018 struct timeval32 __user *, tvs) in SYSCALL_DEFINE2()
1036 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5()
1059 struct timeval32 ru_utime; /* user time used */
1060 struct timeval32 ru_stime; /* system time used */
1134 SYSCALL_DEFINE2(osf_usleep_thread, struct timeval32 __user *, sleep, in SYSCALL_DEFINE2()
1135 struct timeval32 __user *, remain) in SYSCALL_DEFINE2()
1171 struct timeval32 time; /* (read only) */