Home
last modified time | relevance | path

Searched refs:ret_vdso (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_vdso.c147 long ret_sys, ret_vdso = 1, ret_vsys = 1; in test_getcpu() local
152 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()
158 else if (!ret_vdso) in test_getcpu()
166 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node)) in test_getcpu()
174 if (!ret_vdso) in test_getcpu()
H A Dtest_vsyscall.c232 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()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c178 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()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_vsyscall.c229 long ret_vdso = -1; in test_gtod() local
238 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod()
245 if (ret_vdso == 0) { in test_gtod()
248 printf("[FAIL]\tvDSO gettimeofday() failed: %ld\n", ret_vdso); in test_gtod()
313 long ret_sys, ret_vdso = -1, ret_vsys = -1; in test_getcpu() local
330 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()
345 if (ret_vdso) { in test_getcpu()

Completed in 4 milliseconds