Lines Matching defs:cluster_node
755 struct acpi_pptt_processor *cpu_node, *cluster_node;
770 cluster_node = fetch_pptt_node(table, cpu_node->parent);
771 if (!cluster_node)
775 if (!cluster_node->parent)
778 cluster_node = fetch_pptt_node(table, cluster_node->parent);
779 if (!cluster_node)
782 if (cluster_node->flags & ACPI_PPTT_ACPI_PROCESSOR_ID_VALID)
783 retval = cluster_node->acpi_processor_id;
785 retval = ACPI_PTR_DIFF(cluster_node, table);