| /linux/include/uapi/linux/ |
| H A D | time_types.h | 24 #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 D | resource.h | 25 struct __kernel_old_timeval ru_utime; /* user time used */ 26 struct __kernel_old_timeval ru_stime; /* system time used */
|
| /linux/arch/parisc/kernel/vdso64/ |
| H A D | vdso64_generic.c | 8 struct __kernel_old_timeval; 11 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 15 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
| /linux/include/linux/ |
| H A D | elfcore.h | 42 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 */
|
| H A D | time32.h | 70 extern struct __kernel_old_timeval ns_to_kernel_old_timeval(s64 nsec);
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | posix_types.h | 26 struct __kernel_old_timeval { struct 30 #define __kernel_old_timeval __kernel_old_timeval argument
|
| /linux/arch/parisc/kernel/vdso32/ |
| H A D | vdso32_generic.c | 10 struct __kernel_old_timeval; 13 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | vgettimeofday.c | 10 int __kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 19 int __kernel_gettimeofday(struct __kernel_old_timeval *tv, in __kernel_gettimeofday()
|
| /linux/include/vdso/ |
| H A D | gettime.h | 8 struct __kernel_old_timeval; 21 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz);
|
| /linux/arch/x86/um/vdso/ |
| H A D | um_vdso.c | 30 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 41 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
| /linux/arch/mips/vdso/ |
| H A D | vgettimeofday.c | 29 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday() 65 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
| /linux/arch/riscv/include/asm/vdso/ |
| H A D | gettimeofday.h | 21 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 24 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/loongarch/include/asm/vdso/ |
| H A D | gettimeofday.h | 20 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 23 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/x86/entry/vdso/ |
| H A D | vclock_gettime.c | 18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 23 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
| /linux/arch/powerpc/include/asm/vdso/ |
| H A D | gettimeofday.h | 48 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, struct timezone *_tz) in gettimeofday_fallback() 139 int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz,
|
| /linux/arch/mips/include/asm/vdso/ |
| H A D | gettimeofday.h | 30 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 34 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | sockios.h | 15 #define SIOCGSTAMP_OLD _IOR('s', 100, struct __kernel_old_timeval) /* Get stamp (timeval) */
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | vgettimeofday.c | 18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
| /linux/arch/loongarch/vdso/ |
| H A D | vgettimeofday.c | 15 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
| /linux/arch/arm/vdso/ |
| H A D | vgettimeofday.c | 25 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | vgettimeofday.c | 23 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
| /linux/arch/s390/include/asm/vdso/ |
| H A D | gettimeofday.h | 29 long gettimeofday_fallback(register struct __kernel_old_timeval *tv, in gettimeofday_fallback()
|
| /linux/lib/vdso/ |
| H A D | gettimeofday.c | 364 struct __kernel_old_timeval *tv, struct timezone *tz) in __cvdso_gettimeofday_data() 391 __cvdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __cvdso_gettimeofday()
|
| /linux/net/ |
| H A D | compat.c | 242 struct __kernel_old_timeval *tv = (struct __kernel_old_timeval *)data; in put_cmsg_compat()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 571 struct __kernel_old_timeval *tv = (void *)&txc.time; in SYSCALL_DEFINE1() 596 struct __kernel_old_timeval *tv = (void *)&txc.time; in SYSCALL_DEFINE2()
|