Searched refs:node_vsys (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/vDSO/ |
D | vdso_test_correctness.c | 177 node_sys, node_vdso, node_vsys; in test_getcpu() local 185 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 192 node = node_vsys; in test_getcpu() 199 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu() 209 node_vsys); in test_getcpu()
|
/linux-6.6.21/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 325 unsigned cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local 332 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu() 377 node = node_vsys; in test_getcpu() 387 if (node_vsys != node) { in test_getcpu() 388 printf("[FAIL]\tvsyscall reported node %hu but should be %hu\n", node_vsys, node); in test_getcpu()
|