Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dbinfmt_elfn32.c57 struct old_timeval32 pr_utime; /* User time */
58 struct old_timeval32 pr_stime; /* System time */
59 struct old_timeval32 pr_cutime;/* Cumulative user time */
60 struct old_timeval32 pr_cstime;/* Cumulative system time */
86 jiffies_to_old_timeval32(unsigned long jiffies, struct old_timeval32 *value) in jiffies_to_old_timeval32()
Dbinfmt_elfo32.c62 struct old_timeval32 pr_utime; /* User time */
63 struct old_timeval32 pr_stime; /* System time */
64 struct old_timeval32 pr_cutime;/* Cumulative user time */
65 struct old_timeval32 pr_cstime;/* Cumulative system time */
91 jiffies_to_old_timeval32(unsigned long jiffies, struct old_timeval32 *value) in jiffies_to_old_timeval32()
/Linux-v5.4/include/linux/
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;
Dtime32.h24 struct old_timeval32 { struct
49 struct old_timeval32 time; argument
225 #define compat_timeval old_timeval32
Dcompat.h120 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()
[all …]
Dsyscalls.h61 struct old_timeval32;
1091 struct old_timeval32 __user *t);
1095 struct old_timeval32 __user *t);
/Linux-v5.4/fs/
Dutimes.c258 struct old_timeval32 __user *t) in do_compat_futimesat()
279 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3()
284 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2()
Dselect.c336 struct old_timeval32 rtv; in poll_select_finish()
1247 struct old_timeval32 __user *tvp) in do_compat_select()
1250 struct old_timeval32 tv; in do_compat_select()
1270 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
/Linux-v5.4/kernel/
Dcompat.c29 static int __compat_get_timeval(struct timeval *tv, const struct old_timeval32 __user *ctv) in __compat_get_timeval()
36 static int __compat_put_timeval(const struct timeval *tv, struct old_timeval32 __user *ctv) in __compat_put_timeval()
/Linux-v5.4/kernel/time/
Dtime.c225 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2()
244 COMPAT_SYSCALL_DEFINE2(settimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2()
/Linux-v5.4/arch/powerpc/kernel/
Dasm-offsets.c398 OFFSET(TVAL32_TV_SEC, old_timeval32, tv_sec); in main()
399 OFFSET(TVAL32_TV_USEC, old_timeval32, tv_usec); in main()
/Linux-v5.4/net/core/
Dsock.c347 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout()
348 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
371 struct old_timeval32 tv32; in sock_set_timeout()
1225 struct old_timeval32 tm32; in sock_getsockopt()
/Linux-v5.4/net/
Dcompat.c214 struct old_timeval32 ctv; in put_cmsg_compat()
/Linux-v5.4/net/bluetooth/
Dhci_sock.c1385 struct old_timeval32 ctv; in hci_sock_cmsg()