Searched refs:tv_sys2 (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 199 const struct timeval *tv_sys2, in check_gtod() argument 214 d2 = tv_diff(tv_sys2, tv_other); in check_gtod() 229 struct timeval tv_sys1, tv_sys2, tv_vdso, tv_vsys; in test_gtod() local 243 if (sys_gtod(&tv_sys2, &tz_sys) != 0) in test_gtod() 248 nerrs += check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vDSO", &tv_vdso, &tz_vdso); in test_gtod() 257 nerrs += check_gtod(&tv_sys1, &tv_sys2, &tz_sys, "vsyscall", &tv_vsys, &tz_vsys); in test_gtod()
|