Searched refs:cpuinfo_tree (Results 1 – 1 of 1) sorted by relevance
47 struct cpuinfo_tree { struct56 static struct cpuinfo_tree *cpuinfo_tree; variable184 static struct cpuinfo_tree *build_cpuinfo_tree(void) in build_cpuinfo_tree()186 struct cpuinfo_tree *new_tree; in build_cpuinfo_tree()196 new_tree = kzalloc(sizeof(struct cpuinfo_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()353 if (cpuinfo_tree) { in _cpu_map_rebuild()354 kfree(cpuinfo_tree); in _cpu_map_rebuild()355 cpuinfo_tree = NULL; in _cpu_map_rebuild()[all …]