Home
last modified time | relevance | path

Searched refs:tz_sys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_vsyscall.c201 const struct timezone *tz_sys, in check_gtod()
209 if (tz_other && (tz_sys->tz_minuteswest != tz_other->tz_minuteswest || tz_sys->tz_dsttime != tz_other->tz_dsttime)) { in check_gtod()
231 struct timezone tz_sys, tz_vdso, tz_vsys; in test_gtod() local
238 if (sys_gtod(&tv_sys1, &tz_sys) != 0) in test_gtod()
244 if (sys_gtod(&tv_sys2, &tz_sys) != 0) in test_gtod()
249 nerrs += check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vDSO", &tv_vdso, &tz_vdso); in test_gtod()
258 nerrs += check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vsyscall", &tv_vsys, &tz_vsys); in test_gtod()
199 check_gtod(const struct timeval *tv_sys1, const struct timeval *tv_sys2, const struct timezone *tz_sys, const char *which, const struct timeval *tv_other, const struct timezone *tz_other) check_gtod() argument
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_vsyscall.c198 const struct timezone *tz_sys, in check_gtod()
206 if (tz_other && (tz_sys->tz_minuteswest != tz_other->tz_minuteswest || tz_sys->tz_dsttime != tz_other->tz_dsttime)) { in check_gtod()
228 struct timezone tz_sys, tz_vdso, tz_vsys; in test_gtod() local
235 if (sys_gtod(&tv_sys1, &tz_sys) != 0) in test_gtod()
241 if (sys_gtod(&tv_sys2, &tz_sys) != 0) in test_gtod()
246 nerrs += check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vDSO", &tv_vdso, &tz_vdso); in test_gtod()
255 nerrs += check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vsyscall", &tv_vsys, &tz_vsys); in test_gtod()
196 check_gtod(const struct timeval *tv_sys1, const struct timeval *tv_sys2, const struct timezone *tz_sys, const char *which, const struct timeval *tv_other, const struct timezone *tz_other) check_gtod() argument

Completed in 2 milliseconds