of_get_next_cpu_node  835 drivers/of/base.c EXPORT_SYMBOL(of_get_next_cpu_node);
of_get_next_cpu_node  353 include/linux/of.h extern struct device_node *of_get_next_cpu_node(struct device_node *prev);
of_get_next_cpu_node 1252 include/linux/of.h 	for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
of_get_next_cpu_node 1253 include/linux/of.h 	     cpu = of_get_next_cpu_node(cpu))