Searched refs:vdso_getcpu (Results 1 – 2 of 2) sorted by relevance
46 getcpu_t vdso_getcpu; variable102 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in fill_function_pointers()103 if (!vdso_getcpu) in fill_function_pointers()151 if (vdso_getcpu) in test_getcpu()152 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()
67 getcpu_t vdso_getcpu; variable91 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in init_vdso()92 if (!vdso_getcpu) { in init_vdso()331 if (vdso_getcpu) in test_getcpu()332 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()346 if (vdso_getcpu) { in test_getcpu()