Lines Matching refs:node_id
219 static void acpi_physnode_link_name(char *buf, unsigned int node_id)
221 if (node_id > 0)
223 PHYSICAL_NODE_STRING "%u", node_id);
233 unsigned int node_id;
258 * Keep the list sorted by node_id so that the IDs of removed nodes can
262 node_id = 0;
277 if (pn->node_id == node_id) {
279 node_id++;
283 physical_node->node_id = node_id;
291 acpi_physnode_link_name(physical_node_name, node_id);
336 acpi_physnode_link_name(physnode_name, entry->node_id);