Searched refs:temp_node (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.c | 460 struct tipc_node *n, *temp_node; in tipc_node_create() local 491 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 492 if (n->addr < temp_node->addr) in tipc_node_create() 495 list_add_tail_rcu(&n->list, &temp_node->list); in tipc_node_create() 515 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 516 tn->capabilities &= temp_node->capabilities; in tipc_node_create() 582 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 583 if (n->addr < temp_node->addr) in tipc_node_create() 586 list_add_tail_rcu(&n->list, &temp_node->list); in tipc_node_create() 589 list_for_each_entry_rcu(temp_node, in tipc_node_create() 752 struct tipc_node *temp_node; tipc_node_cleanup() local 2214 struct tipc_node *peer, *temp_node; tipc_nl_peer_rm() local [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.c | 476 struct tipc_node *n, *temp_node; in tipc_node_create() local 507 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 508 if (n->addr < temp_node->addr) in tipc_node_create() 511 list_add_tail_rcu(&n->list, &temp_node->list); in tipc_node_create() 531 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 532 tn->capabilities &= temp_node->capabilities; in tipc_node_create() 598 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 599 if (n->addr < temp_node->addr) in tipc_node_create() 602 list_add_tail_rcu(&n->list, &temp_node->list); in tipc_node_create() 605 list_for_each_entry_rcu(temp_node, in tipc_node_create() 768 struct tipc_node *temp_node; tipc_node_cleanup() local 2245 struct tipc_node *peer, *temp_node; tipc_nl_peer_rm() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbnames.c | 936 struct acpi_namespace_node *temp_node; in acpi_db_bus_walk() local 948 ACPI_CAST_PTR(acpi_handle, &temp_node)); in acpi_db_bus_walk() 980 acpi_os_printf("_PRT: %p\n", temp_node); in acpi_db_bus_walk()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbnames.c | 936 struct acpi_namespace_node *temp_node; in acpi_db_bus_walk() local 948 ACPI_CAST_PTR(acpi_handle, &temp_node)); in acpi_db_bus_walk() 980 acpi_os_printf("_PRT: %p\n", temp_node); in acpi_db_bus_walk()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | xgene_edac.c | 1971 struct xgene_edac_dev_ctx *temp_node; in xgene_edac_remove() local 1979 list_for_each_entry_safe(node, temp_node, &edac->l3s, next) in xgene_edac_remove() 1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | xgene_edac.c | 1971 struct xgene_edac_dev_ctx *temp_node; in xgene_edac_remove() local 1979 list_for_each_entry_safe(node, temp_node, &edac->l3s, next) in xgene_edac_remove() 1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
|
Completed in 13 milliseconds