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()
66 getcpu_t vdso_getcpu; variable122 vdso_getcpu = (getcpu_t)dlsym(vdso, name[4]); in fill_function_pointers()123 if (!vdso_getcpu) in fill_function_pointers()182 if (vdso_getcpu) in test_getcpu()183 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()