Searched refs:ret_vdso (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/x86/ |
| A D | test_vsyscall.c | 142 long ret_vdso = -1; in test_gtod() local 150 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod() 157 if (ret_vdso == 0) in test_gtod() 160 ksft_test_result_fail("vDSO gettimeofday() failed: %ld\n", ret_vdso); in test_gtod() 225 long ret_sys, ret_vdso = -1, ret_vsys = -1; in test_getcpu() local 244 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 258 if (ret_vdso) { in test_getcpu()
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_correctness.c | 185 long ret_sys, ret_vdso = 1, ret_vsys = 1; in test_getcpu() local 190 ret_vdso = VDSO_CALL(vdso_getcpu, 3, &cpu_vdso, &node_vdso, 0); in test_getcpu() 196 else if (!ret_vdso) in test_getcpu() 204 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node)) in test_getcpu() 212 if (!ret_vdso) in test_getcpu()
|
Completed in 9 milliseconds