Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c75 unsigned cpu_sys, cpu_vdso, cpu_vsys, in test_getcpu() local
80 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
94 if (!ret_sys && (cpu_sys != cpu || node_sys != node)) in test_getcpu()
103 printf(" syscall: cpu %u, node %u", cpu_sys, node_sys); in test_getcpu()