Symbol: old_timeval32
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
316
struct old_timeval32 timestamp;
fs/select.c
1252
struct old_timeval32 __user *tvp)
fs/select.c
1255
struct old_timeval32 tv;
fs/select.c
1275
struct old_timeval32 __user *, tvp)
fs/select.c
334
struct old_timeval32 rtv;
fs/utimes.c
263
struct old_timeval32 __user *t)
fs/utimes.c
284
struct old_timeval32 __user *, t)
fs/utimes.c
289
SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t)
include/linux/compat.h
292
struct old_timeval32 ru_utime;
include/linux/compat.h
293
struct old_timeval32 ru_stime;
include/linux/compat.h
730
asmlinkage long compat_sys_gettimeofday(struct old_timeval32 __user *tv,
include/linux/compat.h
732
asmlinkage long compat_sys_settimeofday(struct old_timeval32 __user *tv,
include/linux/compat.h
829
struct old_timeval32 __user *tvp);
include/linux/compat.h
908
static inline struct old_timeval32 ns_to_old_timeval32(s64 nsec)
include/linux/compat.h
911
struct old_timeval32 ctv;
include/linux/elfcore-compat.h
30
struct old_timeval32 pr_utime;
include/linux/elfcore-compat.h
31
struct old_timeval32 pr_stime;
include/linux/elfcore-compat.h
32
struct old_timeval32 pr_cutime;
include/linux/elfcore-compat.h
33
struct old_timeval32 pr_cstime;
include/linux/syscalls.h
1094
struct old_timeval32 __user *t);
include/linux/syscalls.h
1098
struct old_timeval32 __user *t);
include/linux/syscalls.h
59
struct old_timeval32;
include/linux/time32.h
37
struct old_timeval32 time;
include/media/v4l2-ioctl.h
776
struct old_timeval32 timestamp;
kernel/time/itimer.c
125
struct old_timeval32 it_interval;
kernel/time/itimer.c
126
struct old_timeval32 it_value;
kernel/time/time.c
224
COMPAT_SYSCALL_DEFINE2(gettimeofday, struct old_timeval32 __user *, tv,
kernel/time/time.c
243
COMPAT_SYSCALL_DEFINE2(settimeofday, struct old_timeval32 __user *, tv,
net/bluetooth/hci_sock.c
1534
struct old_timeval32 ctv;
net/compat.c
231
struct old_timeval32 ctv;
net/core/sock.c
1735
struct old_timeval32 tm32;
net/core/sock.c
375
struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec };
net/core/sock.c
376
*(struct old_timeval32 *)optval = tv32;
net/core/sock.c
397
struct old_timeval32 tv32;
net/vmw_vsock/af_vsock.c
2091
struct old_timeval32 tm32;