Searched refs:old_timeval32 (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.10/arch/mips/kernel/ |
| 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()
|
| 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()
|
| /Linux-v5.10/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 | compat.h | 262 struct old_timeval32 ru_utime; 263 struct old_timeval32 ru_stime; 684 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv, 686 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv, 822 struct old_timeval32 __user *tvp); 875 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32() 878 struct old_timeval32 ctv; in ns_to_old_timeval32()
|
| D | time32.h | 37 struct old_timeval32 time;
|
| D | syscalls.h | 59 struct old_timeval32; 1099 struct old_timeval32 __user *t); 1103 struct old_timeval32 __user *t);
|
| /Linux-v5.10/fs/ |
| D | utimes.c | 267 struct old_timeval32 __user *t) in do_compat_futimesat() 288 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3() 293 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() 1257 struct old_timeval32 __user *tvp) in do_compat_select() 1260 struct old_timeval32 tv; in do_compat_select() 1280 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
|
| /Linux-v5.10/include/vdso/ |
| D | time32.h | 12 struct old_timeval32 { struct
|
| /Linux-v5.10/kernel/time/ |
| D | itimer.c | 125 struct old_timeval32 it_interval; 126 struct old_timeval32 it_value;
|
| D | time.c | 224 COMPAT_SYSCALL_DEFINE2(gettimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2() 243 COMPAT_SYSCALL_DEFINE2(settimeofday, struct old_timeval32 __user *, tv, in COMPAT_SYSCALL_DEFINE2()
|
| /Linux-v5.10/include/media/ |
| D | v4l2-ioctl.h | 758 struct old_timeval32 timestamp;
|
| /Linux-v5.10/net/ |
| D | compat.c | 232 struct old_timeval32 ctv; in put_cmsg_compat()
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | asm-offsets.c | 425 OFFSET(TVAL32_TV_SEC, old_timeval32, tv_sec); in main() 426 OFFSET(TVAL32_TV_USEC, old_timeval32, tv_usec); in main()
|
| /Linux-v5.10/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() 370 struct old_timeval32 tv32; in sock_set_timeout() 1286 struct old_timeval32 tm32; in sock_getsockopt()
|
| /Linux-v5.10/net/bluetooth/ |
| D | hci_sock.c | 1411 struct old_timeval32 ctv; in hci_sock_cmsg()
|
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 507 struct old_timeval32 timestamp;
|