Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/kernel/
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()
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()
/Linux-v5.10/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;
Dcompat.h262 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()
Dtime32.h37 struct old_timeval32 time;
Dsyscalls.h59 struct old_timeval32;
1099 struct old_timeval32 __user *t);
1103 struct old_timeval32 __user *t);
/Linux-v5.10/fs/
Dutimes.c267 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()
Dselect.c336 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/
Dtime32.h12 struct old_timeval32 { struct
/Linux-v5.10/kernel/time/
Ditimer.c125 struct old_timeval32 it_interval;
126 struct old_timeval32 it_value;
Dtime.c224 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/
Dv4l2-ioctl.h758 struct old_timeval32 timestamp;
/Linux-v5.10/net/
Dcompat.c232 struct old_timeval32 ctv; in put_cmsg_compat()
/Linux-v5.10/arch/powerpc/kernel/
Dasm-offsets.c425 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/
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()
370 struct old_timeval32 tv32; in sock_set_timeout()
1286 struct old_timeval32 tm32; in sock_getsockopt()
/Linux-v5.10/net/bluetooth/
Dhci_sock.c1411 struct old_timeval32 ctv; in hci_sock_cmsg()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c507 struct old_timeval32 timestamp;