Searched refs:vdso_getcpu (Results 1 – 2 of 2) sorted by relevance
70 getcpu_t vdso_getcpu; variable94 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in init_vdso()95 if (!vdso_getcpu) { in init_vdso()332 if (vdso_getcpu) in test_getcpu()333 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()347 if (vdso_getcpu) { in test_getcpu()
65 getcpu_t vdso_getcpu; variable121 vdso_getcpu = (getcpu_t)dlsym(vdso, name[4]); in fill_function_pointers()122 if (!vdso_getcpu) in fill_function_pointers()181 if (vdso_getcpu) in test_getcpu()182 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()
Completed in 6 milliseconds