Searched refs:cpuinfo_tree (Results 1 – 1 of 1) sorted by relevance
48 struct cpuinfo_tree { struct57 static struct cpuinfo_tree *cpuinfo_tree; variable185 static struct cpuinfo_tree *build_cpuinfo_tree(void) in build_cpuinfo_tree()187 struct cpuinfo_tree *new_tree; in build_cpuinfo_tree()296 static void increment_rover(struct cpuinfo_tree *t, int node_index, in increment_rover()318 static int iterate_cpu(struct cpuinfo_tree *t, unsigned int root_index) in iterate_cpu()355 if (cpuinfo_tree) { in _cpu_map_rebuild()356 kfree(cpuinfo_tree); in _cpu_map_rebuild()357 cpuinfo_tree = NULL; in _cpu_map_rebuild()360 cpuinfo_tree = build_cpuinfo_tree(); in _cpu_map_rebuild()[all …]