Home
last modified time | relevance | path

Searched refs:tz_dsttime (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/timers/
H A Dset-tz.c33 tz.tz_dsttime = dst; in set_tz()
55 return tz.tz_dsttime; in get_tz_dst()
/openbmc/linux/arch/sparc/kernel/
H A Dvdso.c21 vvar_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
/openbmc/linux/arch/sparc/vdso/
H A Dvclock_gettime.c332 tz->tz_dsttime = vvd->tz_dsttime; in __vdso_gettimeofday()
368 tz->tz_dsttime = vvd->tz_dsttime; in __vdso_gettimeofday_stick()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c425 sys_tz.tz_dsttime == vdso_tz.tz_dsttime) { in test_gettimeofday()
427 sys_tz.tz_minuteswest, sys_tz.tz_dsttime); in test_gettimeofday()
/openbmc/linux/kernel/time/
H A Dvsyscall.c128 vdata[CS_HRES_COARSE].tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()
/openbmc/linux/include/uapi/linux/
H A Dtime.h35 int tz_dsttime; /* type of dst correction */ member
/openbmc/linux/arch/sparc/include/asm/
H A Dvvar.h35 int tz_dsttime; member
/openbmc/linux/include/vdso/
H A Ddatapage.h105 s32 tz_dsttime; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dvdso_datapage.h69 __u32 tz_dsttime; /* (NU) Type of dst correction 0x5C */ member
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c206 …z_sys->tz_minuteswest != tz_other->tz_minuteswest || tz_sys->tz_dsttime != tz_other->tz_dsttime)) { in check_gtod()
/openbmc/linux/lib/vdso/
H A Dgettimeofday.c319 tz->tz_dsttime = vd[CS_HRES_COARSE].tz_dsttime; in __cvdso_gettimeofday_data()
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c928 sys_tz.tz_dsttime = 0; in time_init()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h258 abi_int tz_dsttime; member
H A Dsyscall.c1251 __put_user(tz->tz_dsttime, &target_tz->tz_dsttime); in copy_to_user_timezone()
1270 __get_user(tz->tz_dsttime, &target_tz->tz_dsttime); in copy_from_user_timezone()
H A Dstrace.c1848 tswap32(tz->tz_dsttime), get_comma(last)); in print_timezone()