Home
last modified time | relevance | path

Searched refs:old_timeval32 (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Delfcore-compat.h30 struct old_timeval32 pr_utime;
31 struct old_timeval32 pr_stime;
32 struct old_timeval32 pr_cutime;
33 struct old_timeval32 pr_cstime;
H A Dcompat.h296 struct old_timeval32 ru_utime;
297 struct old_timeval32 ru_stime;
734 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv,
736 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv,
833 struct old_timeval32 __user *tvp);
912 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32()
915 struct old_timeval32 ctv; in ns_to_old_timeval32()
H A Dtime32.h37 struct old_timeval32 time;
/linux/include/vdso/
H A Dtime32.h12 struct old_timeval32 { struct
/linux/net/
H A Dcompat.c230 struct old_timeval32 ctv; in put_cmsg_compat()
/linux/net/vmw_vsock/
H A Daf_vsock.c2138 struct old_timeval32 tm32; in vsock_connectible_getsockopt()