Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_vsyscall.c273 long t2_sys1 = -1, t2_sys2 = -1, t2_vdso = -1, t2_vsys = -1; in test_time() local
279 t_sys2 = sys_time(&t2_sys2); in test_time()
280 if (t_sys1 < 0 || t_sys1 != t2_sys1 || t_sys2 < 0 || t_sys2 != t2_sys2) { in test_time()
281 printf("[FAIL]\tsyscall failed (ret1:%ld output1:%ld ret2:%ld output2:%ld)\n", t_sys1, t2_sys1, t_sys2, t2_sys2); in test_time()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_vsyscall.c270 long t2_sys1 = -1, t2_sys2 = -1, t2_vdso = -1, t2_vsys = -1; in test_time() local
276 t_sys2 = sys_time(&t2_sys2); in test_time()
277 if (t_sys1 < 0 || t_sys1 != t2_sys1 || t_sys2 < 0 || t_sys2 != t2_sys2) { in test_time()
278 printf("[FAIL]\tsyscall failed (ret1:%ld output1:%ld ret2:%ld output2:%ld)\n", t_sys1, t2_sys1, t_sys2, t2_sys2); in test_time()

Completed in 3 milliseconds