Searched refs:temp_node (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/acpi/acpica/ |
D | dbnames.c | 819 struct acpi_namespace_node *temp_node; in acpi_db_bus_walk() local 831 ACPI_CAST_PTR(acpi_handle, &temp_node)); in acpi_db_bus_walk() 863 acpi_os_printf("_PRT: %p\n", temp_node); in acpi_db_bus_walk()
|
/Linux-v5.4/net/tipc/ |
D | node.c | 367 struct tipc_node *n, *temp_node; in tipc_node_create() local 389 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 390 tn->capabilities &= temp_node->capabilities; in tipc_node_create() 437 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 438 if (n->addr < temp_node->addr) in tipc_node_create() 441 list_add_tail_rcu(&n->list, &temp_node->list); in tipc_node_create() 444 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 445 tn->capabilities &= temp_node->capabilities; in tipc_node_create() 603 struct tipc_node *temp_node; in tipc_node_cleanup() local 622 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_cleanup() [all …]
|
/Linux-v5.4/drivers/edac/ |
D | xgene_edac.c | 1974 struct xgene_edac_dev_ctx *temp_node; in xgene_edac_remove() local 1982 list_for_each_entry_safe(node, temp_node, &edac->l3s, next) in xgene_edac_remove() 1985 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
|