Home
last modified time | relevance | path

Searched refs:__kernel_old_timeval (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtime_types.h24 #ifndef __kernel_old_timeval
25 struct __kernel_old_timeval { struct
37 struct __kernel_old_timeval it_interval;/* timer interval */ argument
38 struct __kernel_old_timeval it_value; /* current value */
H A Dresource.h25 struct __kernel_old_timeval ru_utime; /* user time used */
26 struct __kernel_old_timeval ru_stime; /* system time used */
H A Drk_vcm_head.h114 struct __kernel_old_timeval vcm_start_t;
115 struct __kernel_old_timeval vcm_end_t;
H A Drk-led-flash.h7 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct __kernel_old_timeval)
/OK3568_Linux_fs/kernel/include/linux/
H A Delfcore.h42 struct __kernel_old_timeval pr_utime; /* User time */
43 struct __kernel_old_timeval pr_stime; /* System time */
44 struct __kernel_old_timeval pr_cutime; /* Cumulative user time */
45 struct __kernel_old_timeval pr_cstime; /* Cumulative system time */
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dposix_types.h26 struct __kernel_old_timeval { struct
30 #define __kernel_old_timeval __kernel_old_timeval argument
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvclock_gettime.c77 notrace static long vdso_fallback_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in vdso_fallback_gettimeofday()
307 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
315 struct __kernel_old_timeval tv; in __vdso_gettimeofday()
339 gettimeofday(struct __kernel_old_timeval *, struct timezone *)
343 __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday_stick()
351 struct __kernel_old_timeval tv; in __vdso_gettimeofday_stick()
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvclock_gettime.c17 extern int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz);
20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
25 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
/OK3568_Linux_fs/kernel/arch/riscv/kernel/vdso/
H A Dvgettimeofday.c20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz);
21 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dvgettimeofday.c28 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
64 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
/OK3568_Linux_fs/kernel/arch/x86/um/vdso/
H A Dum_vdso.c28 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
37 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h15 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
18 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
/OK3568_Linux_fs/kernel/fs/
H A Dutimes.c173 struct __kernel_old_timeval __user *utimes) in do_futimesat()
175 struct __kernel_old_timeval times[2]; in do_futimesat()
202 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE3()
208 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/vdso/
H A Dgettimeofday.h16 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
20 register struct __kernel_old_timeval *tv asm("x0") = _tv; in gettimeofday_fallback()
H A Dcompat_gettimeofday.h21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
25 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/vdso/
H A Dgettimeofday.h21 struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
25 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/
H A Dgettimeofday.c230 static notrace inline int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
233 register struct __kernel_old_timeval *tv asm("$r0") = _tv; in gettimeofday_fallback()
246 notrace int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsyscalls.c82 …_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in ppc_select()
92 || __get_user(tvp, ((struct __kernel_old_timeval __user * __user *)(buffer+4)))) in ppc_select()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/vdso/
H A Dgettimeofday.h30 struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
34 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/vdso/
H A Dgettimeofday.h82 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
142 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dsockios.h15 #define SIOCGSTAMP_OLD _IOR('s', 100, struct __kernel_old_timeval) /* Get stamp (timeval) */
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-rgb13h.c52 struct __kernel_old_timeval timestamp;
452 struct __kernel_old_timeval *t; in rgb13h_ioctl()
455 t = (struct __kernel_old_timeval *)arg; in rgb13h_ioctl()
471 struct __kernel_old_timeval t; in rgb13h_compat_ioctl32()
/OK3568_Linux_fs/kernel/arch/s390/kernel/vdso64/
H A Dvdso64_generic.c4 int __s390_vdso_gettimeofday(struct __kernel_old_timeval *tv, in __s390_vdso_gettimeofday()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso/
H A Dvgettimeofday.c15 int __kernel_gettimeofday(struct __kernel_old_timeval *tv, in __kernel_gettimeofday()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c21 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()

123