Home
last modified time | relevance | path

Searched refs:cpu_sys (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c183 unsigned cpu_sys, cpu_vdso, cpu_vsys, in test_getcpu() local
188 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
202 if (!ret_sys && (cpu_sys != cpu || node_sys != node)) in test_getcpu()
211 printf(" syscall: cpu %u, node %u", cpu_sys, node_sys); in test_getcpu()
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c224 unsigned int cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys; in test_getcpu() local
242 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
249 if (cpu_sys != cpu) in test_getcpu()
251 cpu_sys, cpu); in test_getcpu()