Home
last modified time | relevance | path

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

/linux-5.19.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.h294 struct old_timeval32 ru_utime;
295 struct old_timeval32 ru_stime;
778 asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv,
780 asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv,
896 struct old_timeval32 __user *tvp);
975 static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec) in ns_to_old_timeval32()
978 struct old_timeval32 ctv; in ns_to_old_timeval32()
Dtime32.h37 struct old_timeval32 time;
Dsyscalls.h59 struct old_timeval32;
1147 struct old_timeval32 __user *t);
1151 struct old_timeval32 __user *t);
/linux-5.19.10/fs/
Dutimes.c268 struct old_timeval32 __user *t) in do_compat_futimesat()
289 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3()
294 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2()
Dselect.c337 struct old_timeval32 rtv; in poll_select_finish()
1267 struct old_timeval32 __user *tvp) in do_compat_select()
1270 struct old_timeval32 tv; in do_compat_select()
1290 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
/linux-5.19.10/include/vdso/
Dtime32.h12 struct old_timeval32 { struct
/linux-5.19.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-5.19.10/include/media/
Dv4l2-ioctl.h768 struct old_timeval32 timestamp;
/linux-5.19.10/net/
Dcompat.c232 struct old_timeval32 ctv; in put_cmsg_compat()
/linux-5.19.10/net/core/
Dsock.c372 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout()
373 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
394 struct old_timeval32 tv32; in sock_copy_user_timeval()
1549 struct old_timeval32 tm32; in sock_getsockopt()
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c321 struct old_timeval32 timestamp;
/linux-5.19.10/net/vmw_vsock/
Daf_vsock.c1678 struct old_timeval32 tm32; in vsock_connectible_getsockopt()
/linux-5.19.10/net/bluetooth/
Dhci_sock.c1429 struct old_timeval32 ctv; in hci_sock_cmsg()