Searched refs:cpu_topology (Results 1 – 5 of 5) sorted by relevance
7 struct cpu_topology { struct38 struct cpu_topology *cpu_topology__new(void);39 void cpu_topology__delete(struct cpu_topology *tp);
32 static int build_cpu_topology(struct cpu_topology *tp, int cpu) in build_cpu_topology()135 void cpu_topology__delete(struct cpu_topology *tp) in cpu_topology__delete()175 struct cpu_topology *cpu_topology__new(void) in cpu_topology__new()177 struct cpu_topology *tp = NULL; in cpu_topology__new()
577 struct cpu_topology *tp; in write_cpu_topology()3310 FEAT_OPR(CPU_TOPOLOGY, cpu_topology, true),
68 struct cpu_topology { struct221 struct cpu_topology cpu_top; in get_stored_topology_info()272 struct cpu_topology cpu_top; in store_cpu_topology()
403 struct cpu_topology { struct2856 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id()2874 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings()5629 cpus = calloc(1, (topo.max_cpu_num + 1) * sizeof(struct cpu_topology)); in topology_probe()