Searched refs:vdso_getcpu (Results 1 – 2 of 2) sorted by relevance
65 getcpu_t vdso_getcpu; variable89 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in init_vdso()90 if (!vdso_getcpu) in init_vdso()243 if (vdso_getcpu) in test_getcpu()244 ret_vdso = vdso_getcpu(&cpu_vdso, &node_vdso, 0); in test_getcpu()257 if (vdso_getcpu) { in test_getcpu()
65 getcpu_t vdso_getcpu;120 vdso_getcpu = (getcpu_t)vdso_sym(version, name[4]); in fill_function_pointers() 121 if (!vdso_getcpu) in fill_function_pointers() 194 if (vdso_getcpu) in test_getcpu() 195 ret_vdso = VDSO_CALL(vdso_getcpu, 3, &cpu_vdso, &node_vdso, 0); in test_getcpu() 67 getcpu_t vdso_getcpu; global() variable