Searched refs:tv_sys1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 199 static int check_gtod(const struct timeval *tv_sys1, in check_gtod() argument 214 d1 = tv_diff(tv_other, tv_sys1); in check_gtod() 230 struct timeval tv_sys1, tv_sys2, tv_vdso, tv_vsys; in test_gtod() local 238 if (sys_gtod(&tv_sys1, &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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 196 static int check_gtod(const struct timeval *tv_sys1, in check_gtod() argument 211 d1 = tv_diff(tv_other, tv_sys1); in check_gtod() 227 struct timeval tv_sys1, tv_sys2, tv_vdso, tv_vsys; in test_gtod() local 235 if (sys_gtod(&tv_sys1, &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()
|
Completed in 2 milliseconds