Searched refs:node_vsys (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vdso.c | 146 node_sys, node_vdso, node_vsys; in test_getcpu() local 154 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 161 node = node_vsys; in test_getcpu() 168 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu() 178 node_vsys); in test_getcpu()
|
D | test_vsyscall.c | 327 unsigned cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local 334 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 379 node = node_vsys; in test_getcpu() 389 if (node_vsys != node) { in test_getcpu() 390 printf("[FAIL]\tvsyscall reported node %hu but should be %hu\n", node_vsys, node); in test_getcpu()
|