Home
last modified time | relevance | path

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

/linux-6.15/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.h292 struct old_timeval32 ru_utime;
293 struct old_timeval32 ru_stime;
730 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv,
732 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv,
829 struct old_timeval32 __user *tvp);
908 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32()
911 struct old_timeval32 ctv; in ns_to_old_timeval32()
H A Dtime32.h37 struct old_timeval32 time;
H A Dsyscalls.h59 struct old_timeval32;
1081 struct old_timeval32 __user *t);
1085 struct old_timeval32 __user *t);
/linux-6.15/fs/
H A Dutimes.c264 struct old_timeval32 __user *t) in do_compat_futimesat()
285 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3()
290 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2()
H A Dselect.c334 struct old_timeval32 rtv; in poll_select_finish()
1261 struct old_timeval32 __user *tvp) in do_compat_select()
1264 struct old_timeval32 tv; in do_compat_select()
1284 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
/linux-6.15/include/vdso/
H A Dtime32.h12 struct old_timeval32 { struct
/linux-6.15/kernel/time/
H A Ditimer.c125 struct old_timeval32 it_interval;
126 struct old_timeval32 it_value;
H A 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-6.15/include/media/
H A Dv4l2-ioctl.h760 struct old_timeval32 timestamp;
/linux-6.15/net/
H A Dcompat.c231 struct old_timeval32 ctv; in put_cmsg_compat()
/linux-6.15/net/core/
H A Dsock.c373 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout()
374 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
395 struct old_timeval32 tv32; in sock_copy_user_timeval()
1715 struct old_timeval32 tm32; in sk_getsockopt()
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c316 struct old_timeval32 timestamp;
/linux-6.15/net/bluetooth/
H A Dhci_sock.c1525 struct old_timeval32 ctv; in hci_sock_cmsg()
/linux-6.15/net/vmw_vsock/
H A Daf_vsock.c1880 struct old_timeval32 tm32; in vsock_connectible_getsockopt()