Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/x86/
Dtest_vsyscall.c122 const struct timezone *tz_other) 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()