/Linux-v4.19/tools/testing/selftests/timers/ |
D | set-tz.c | 33 tz.tz_dsttime = dst; in set_tz() 55 return tz.tz_dsttime; in get_tz_dst()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | vdso_datapage.h | 72 __u32 tz_dsttime; /* Type of dst correction 0x5C */ member 105 __u32 tz_dsttime; /* Type of dst correction 0x5C */ member
|
/Linux-v4.19/arch/sparc/kernel/ |
D | vdso.c | 22 vvar_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
|
/Linux-v4.19/arch/x86/entry/vsyscall/ |
D | vsyscall_gtod.c | 27 vsyscall_gtod_data.tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | test_vdso.c | 311 sys_tz.tz_dsttime == vdso_tz.tz_dsttime) { in test_gettimeofday() 313 sys_tz.tz_minuteswest, sys_tz.tz_dsttime); in test_gettimeofday()
|
D | test_vsyscall.c | 208 …z_sys->tz_minuteswest != tz_other->tz_minuteswest || tz_sys->tz_dsttime != tz_other->tz_dsttime)) { in check_gtod()
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | vdso_datapage.h | 29 u32 tz_dsttime; member
|
/Linux-v4.19/arch/mips/kernel/ |
D | vdso.c | 97 vdso_data.tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | vdso_datapage.h | 39 __u32 tz_dsttime; member
|
/Linux-v4.19/arch/arm/include/asm/ |
D | vdso_datapage.h | 48 u32 tz_dsttime; member
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vclock_gettime.c | 266 tz->tz_dsttime = vvd->tz_dsttime; in __vdso_gettimeofday()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | vdso.c | 255 vdso_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
|
D | asm-offsets.c | 122 DEFINE(VDSO_TZ_DSTTIME, offsetof(struct vdso_data, tz_dsttime)); in main() 131 DEFINE(TZ_DSTTIME, offsetof(struct timezone, tz_dsttime)); in main()
|
/Linux-v4.19/arch/mips/vdso/ |
D | gettimeofday.c | 239 tz->tz_dsttime = data->tz_dsttime; in __vdso_gettimeofday()
|
/Linux-v4.19/include/uapi/linux/ |
D | time.h | 23 int tz_dsttime; /* type of dst correction */ member
|
/Linux-v4.19/arch/s390/include/asm/ |
D | vdso.h | 33 __u32 tz_dsttime; /* Type of dst correction 0x54 */ member
|
/Linux-v4.19/arch/arm/vdso/ |
D | vgettimeofday.c | 264 tz->tz_dsttime = vdata->tz_dsttime; in __vdso_gettimeofday()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | vdso.c | 229 vdso_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | vvar.h | 34 int tz_dsttime; member
|
/Linux-v4.19/arch/mips/include/asm/ |
D | vdso.h | 91 s32 tz_dsttime; member
|
/Linux-v4.19/arch/nds32/kernel/vdso/ |
D | gettimeofday.c | 266 tz->tz_dsttime = vdata->tz_dsttime; in __vdso_gettimeofday()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | vgtod.h | 37 int tz_dsttime; member
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 308 tz->tz_dsttime = gtod->tz_dsttime; in __vdso_gettimeofday()
|
/Linux-v4.19/arch/arm/kernel/ |
D | vdso.c | 355 vdso_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | time.c | 939 vdso_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz() 1115 sys_tz.tz_dsttime = 0; in time_init()
|