Lines Matching refs:node_id
165 static void acpi_physnode_link_name(char *buf, unsigned int node_id)
167 if (node_id > 0)
169 PHYSICAL_NODE_STRING "%u", node_id);
179 unsigned int node_id;
204 * Keep the list sorted by node_id so that the IDs of removed nodes can
208 node_id = 0;
223 if (pn->node_id == node_id) {
225 node_id++;
229 physical_node->node_id = node_id;
237 acpi_physnode_link_name(physical_node_name, node_id);
282 acpi_physnode_link_name(physnode_name, entry->node_id);