Searched refs:ret_vsys (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | test_vsyscall.c | 230 long ret_vsys = -1; in test_gtod() local 240 ret_vsys = vgtod(&tv_vsys, &tz_vsys); in test_gtod() 254 if (ret_vsys == 0) { in test_gtod() 257 printf("[FAIL]\tvsys gettimeofday() failed: %ld\n", ret_vsys); in test_gtod() 313 long ret_sys, ret_vdso = -1, ret_vsys = -1; in test_getcpu() local 332 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 371 if (ret_vsys) { in test_getcpu()
|
/linux-6.3-rc2/tools/testing/selftests/vDSO/ |
A D | vdso_test_correctness.c | 178 long ret_sys, ret_vdso = 1, ret_vsys = 1; in test_getcpu() local 185 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 191 else if (!ret_vsys) in test_getcpu() 199 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu() 207 if (!ret_vsys) in test_getcpu()
|
Completed in 5 milliseconds