Lines Matching refs:timeval32
934 struct timeval32 struct
941 struct timeval32 it_interval; argument
942 struct timeval32 it_value;
946 get_tv32(struct timespec64 *o, struct timeval32 __user *i) in get_tv32()
948 struct timeval32 tv; in get_tv32()
949 if (copy_from_user(&tv, i, sizeof(struct timeval32))) in get_tv32()
957 put_tv32(struct timeval32 __user *o, struct timespec64 *i) in put_tv32()
959 return copy_to_user(o, &(struct timeval32){ in put_tv32()
962 sizeof(struct timeval32)); in put_tv32()
966 put_tv_to_tv32(struct timeval32 __user *o, struct timeval *i) in put_tv_to_tv32()
968 return copy_to_user(o, &(struct timeval32){ in put_tv_to_tv32()
971 sizeof(struct timeval32)); in put_tv_to_tv32()
999 jiffies_to_timeval32(unsigned long jiffies, struct timeval32 *value) in jiffies_to_timeval32()
1005 SYSCALL_DEFINE2(osf_gettimeofday, struct timeval32 __user *, tv, in SYSCALL_DEFINE2()
1022 SYSCALL_DEFINE2(osf_settimeofday, struct timeval32 __user *, tv, in SYSCALL_DEFINE2()
1084 struct timeval32 __user *, tvs) in SYSCALL_DEFINE2()
1102 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5()
1125 struct timeval32 ru_utime; /* user time used */
1126 struct timeval32 ru_stime; /* system time used */
1200 SYSCALL_DEFINE2(osf_usleep_thread, struct timeval32 __user *, sleep, in SYSCALL_DEFINE2()
1201 struct timeval32 __user *, remain) in SYSCALL_DEFINE2()
1237 struct timeval32 time; /* (read only) */