Lines Matching refs:old_timeval32
120 struct old_timeval32 it_interval;
121 struct old_timeval32 it_value;
278 struct old_timeval32 ru_utime;
279 struct old_timeval32 ru_stime;
428 static inline int old_timeval32_compare(struct old_timeval32 *lhs, in old_timeval32_compare()
429 struct old_timeval32 *rhs) in old_timeval32_compare()
734 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv,
736 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv,
884 struct old_timeval32 __user *tvp);
938 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32()
941 struct old_timeval32 ctv; in ns_to_old_timeval32()