Searched refs:ret_vdso (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 232 long ret_vdso = -1; in test_gtod() local 241 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod() 248 if (ret_vdso == 0) { in test_gtod() 251 printf("[FAIL]\tvDSO gettimeofday() failed: %ld\n", ret_vdso); in test_gtod() 316 long ret_sys, ret_vdso = -1, ret_vsys = -1; in test_getcpu() local 333 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 348 if (ret_vdso) { in test_getcpu()
|
/linux-5.19.10/tools/testing/selftests/vDSO/ |
D | vdso_test_correctness.c | 178 long ret_sys, ret_vdso = 1, ret_vsys = 1; in test_getcpu() local 183 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 189 else if (!ret_vdso) in test_getcpu() 197 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node)) in test_getcpu() 205 if (!ret_vdso) in test_getcpu()
|