Searched refs:ret_vsys (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 232 long ret_vsys = -1; in test_gtod() local 242 ret_vsys = vgtod(&tv_vsys, &tz_vsys); in test_gtod() 256 if (ret_vsys == 0) { in test_gtod() 259 printf("[FAIL]\tvsys gettimeofday() failed: %ld\n", ret_vsys); in test_gtod() 315 long ret_sys, ret_vdso = -1, ret_vsys = -1; in test_getcpu() local 334 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 373 if (ret_vsys) { in test_getcpu()
|
D | test_vdso.c | 147 long ret_sys, ret_vdso = 1, ret_vsys = 1; in test_getcpu() local 154 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 160 else if (!ret_vsys) in test_getcpu() 168 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu() 176 if (!ret_vsys) in test_getcpu()
|