Searched refs:ret_vdso (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 230 long ret_vdso = -1; in test_gtod() local 239 ret_vdso = vdso_gtod(&tv_vdso, &tz_vdso); in test_gtod() 246 if (ret_vdso == 0) { in test_gtod() 249 printf("[FAIL]\tvDSO gettimeofday() failed: %ld\n", ret_vdso); in test_gtod() 314 long ret_sys, ret_vdso = -1, ret_vsys = -1; in test_getcpu() local 331 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu() 346 if (ret_vdso) { in test_getcpu()
|
D | test_vdso.c | 147 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()
|