Home
last modified time | relevance | path

Searched defs:cpu_topo (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm64/kernel/
Dtopology.c216 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local
282 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in reset_cpu_topology() local
/linux-4.4.14/arch/arm/kernel/
Dtopology.c199 struct cputopo_arm *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local
302 struct cputopo_arm *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology() local
/linux-4.4.14/tools/perf/util/
Dheader.c412 struct cpu_topo { struct
420 static int build_cpu_topo(struct cpu_topo *tp, int cpu) in build_cpu_topo() argument