Searched refs:tz_sys (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 119 const struct timezone *tz_sys, in check_gtod() argument 126 if (tz_other && (tz_sys->tz_minuteswest != tz_other->tz_minuteswest || in check_gtod() 127 tz_sys->tz_dsttime != tz_other->tz_dsttime)) in check_gtod() 141 struct timezone tz_sys, tz_vdso, tz_vsys; in test_gtod() local 147 if (sys_gtod(&tv_sys1, &tz_sys) != 0) in test_gtod() 153 if (sys_gtod(&tv_sys2, &tz_sys) != 0) in test_gtod() 158 check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vDSO", &tv_vdso, &tz_vdso); in test_gtod() 167 check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vsyscall", &tv_vsys, &tz_vsys); in test_gtod()
|