Searched refs:tz_dsttime (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/uapi/linux/
H A Dtime.h35 int tz_dsttime; /* type of dst correction */ member in struct:timezone
/linux-master/tools/testing/selftests/timers/
H A Dset-tz.c33 tz.tz_dsttime = dst;
55 return tz.tz_dsttime;
/linux-master/arch/sparc/include/asm/
H A Dvvar.h35 int tz_dsttime; member in struct:vvar_data
/linux-master/arch/sparc/kernel/
H A Dvdso.c21 vvar_data->tz_dsttime = sys_tz.tz_dsttime;
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h69 __u32 tz_dsttime; /* (NU) Type of dst correction 0x5C */ member in struct:vdso_arch_data
/linux-master/arch/sparc/vdso/
H A Dvclock_gettime.c332 tz->tz_dsttime = vvd->tz_dsttime;
368 tz->tz_dsttime = vvd->tz_dsttime;
/linux-master/include/vdso/
H A Ddatapage.h70 * @tz_dsttime: type of DST correction
105 s32 tz_dsttime; member in struct:vdso_data
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c419 sys_tz.tz_dsttime == vdso_tz.tz_dsttime) {
421 sys_tz.tz_minuteswest, sys_tz.tz_dsttime);
/linux-master/kernel/time/
H A Dvsyscall.c128 vdata[CS_HRES_COARSE].tz_dsttime = sys_tz.tz_dsttime;
/linux-master/lib/vdso/
H A Dgettimeofday.c319 tz->tz_dsttime = vd[CS_HRES_COARSE].tz_dsttime;
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c206 if (tz_other && (tz_sys->tz_minuteswest != tz_other->tz_minuteswest || tz_sys->tz_dsttime != tz_other->tz_dsttime)) {
/linux-master/arch/powerpc/kernel/
H A Dtime.c928 sys_tz.tz_dsttime = 0;

Completed in 216 milliseconds