Searched refs:old_timeval32 (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/arch/mips/kernel/ |
| D | binfmt_elfn32.c | 57 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()
|
| D | binfmt_elfo32.c | 62 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/ |
| D | elfcore-compat.h | 30 struct old_timeval32 pr_utime; 31 struct old_timeval32 pr_stime; 32 struct old_timeval32 pr_cutime; 33 struct old_timeval32 pr_cstime;
|
| D | time32.h | 24 struct old_timeval32 { struct 49 struct old_timeval32 time; argument 225 #define compat_timeval old_timeval32
|
| D | compat.h | 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() [all …]
|
| D | syscalls.h | 61 struct old_timeval32; 1091 struct old_timeval32 __user *t); 1095 struct old_timeval32 __user *t);
|
| /Linux-v5.4/fs/ |
| D | utimes.c | 258 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()
|
| D | select.c | 336 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/ |
| D | compat.c | 29 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/ |
| D | time.c | 225 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/ |
| D | asm-offsets.c | 398 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/ |
| D | sock.c | 347 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/ |
| D | compat.c | 214 struct old_timeval32 ctv; in put_cmsg_compat()
|
| /Linux-v5.4/net/bluetooth/ |
| D | hci_sock.c | 1385 struct old_timeval32 ctv; in hci_sock_cmsg()
|