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()329 if (vdso_getcpu) in test_getcpu()330 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()344 if (vdso_getcpu) { in test_getcpu()
66 getcpu_t vdso_getcpu; variable128 vdso_getcpu = (getcpu_t)dlsym(vdso, name[4]); in fill_function_pointers()129 if (!vdso_getcpu) in fill_function_pointers()188 if (vdso_getcpu) in test_getcpu()189 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()