Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/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.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()
H A Dtime32.h37 struct old_timeval32 time;
H A Dsyscalls.h59 struct old_timeval32;
1124 struct old_timeval32 __user *t);
1128 struct old_timeval32 __user *t);
/OK3568_Linux_fs/kernel/fs/
H A 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()
H A Dselect.c336 struct old_timeval32 rtv; in poll_select_finish()
1266 struct old_timeval32 __user *tvp) in do_compat_select()
1269 struct old_timeval32 tv; in do_compat_select()
1289 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/include/vdso/
H A Dtime32.h12 struct old_timeval32 { struct
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-rgb13h.c466 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct old_timeval32)
472 struct old_timeval32 compat_t; in rgb13h_compat_ioctl32()
473 struct old_timeval32 __user *p32 = compat_ptr(arg); in rgb13h_compat_ioctl32()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsgm3784.c491 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct old_timeval32)
498 struct old_timeval32 *compat_t; in sgm3784_compat_ioctl32()
H A Daw36518.c561 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct old_timeval32)
568 struct old_timeval32 *compat_t; in aw36518_compat_ioctl32()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ioctl.h758 struct old_timeval32 timestamp;
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c232 struct old_timeval32 ctv; in put_cmsg_compat()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c425 OFFSET(TVAL32_TV_SEC, old_timeval32, tv_sec); in main()
426 OFFSET(TVAL32_TV_USEC, old_timeval32, tv_usec); in main()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c348 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout()
349 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
371 struct old_timeval32 tv32; in sock_set_timeout()
1305 struct old_timeval32 tm32; in sock_getsockopt()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c512 struct old_timeval32 timestamp;
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1428 struct old_timeval32 ctv; in hci_sock_cmsg()