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