Home
last modified time | relevance | path

Searched refs:old_node (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/bluetooth/
H A Dbtmtksdio.c1363 struct device_node *old_node; in btmtksdio_probe() local
1451 old_node = bdev->dev->of_node; in btmtksdio_probe()
1463 bdev->dev->of_node = old_node; in btmtksdio_probe()
/linux/rust/kernel/
H A Drbtree.rs1423 let old_node = unsafe { KBox::from_raw(container_of!(self.node_links, Node<K, V>, links)) }; in replace()
1425 RBTreeNode { node: old_node }
1420 let old_node = unsafe { KBox::from_raw(container_of!(self.node_links, Node<K, V>, links)) }; replace() localVariable
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1530 struct bnxt_tc_flow_node *new_node, *old_node; in bnxt_tc_add_flow() local
1560 old_node = rhashtable_lookup_fast(&tc_info->flow_table, in bnxt_tc_add_flow()
1563 if (old_node) in bnxt_tc_add_flow()
1564 __bnxt_tc_del_flow(bp, old_node); in bnxt_tc_add_flow()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1245 struct otx2_tc_flow *new_node, *old_node; in otx2_tc_add_flow() local
1281 old_node = otx2_tc_get_entry_by_cookie(flow_cfg, tc_flow_cmd->cookie); in otx2_tc_add_flow()
1282 if (old_node) in otx2_tc_add_flow()
/linux/block/
H A Dblk-mq.c4566 int old_node; in __blk_mq_realloc_hw_ctxs() local
4571 old_node = old_hctx->numa_node; in __blk_mq_realloc_hw_ctxs()
4580 node, old_node); in __blk_mq_realloc_hw_ctxs()
4582 old_node); in __blk_mq_realloc_hw_ctxs()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c7057 struct hclge_mac_node *old_node, *new_node; in hclge_update_mac_node_for_dev_addr() local
7081 old_node = hclge_find_mac_node(list, old_addr); in hclge_update_mac_node_for_dev_addr()
7082 if (old_node) { in hclge_update_mac_node_for_dev_addr()
7083 if (old_node->state == HCLGE_MAC_TO_ADD) { in hclge_update_mac_node_for_dev_addr()
7084 list_del(&old_node->node); in hclge_update_mac_node_for_dev_addr()
7085 kfree(old_node); in hclge_update_mac_node_for_dev_addr()
7087 old_node->state = HCLGE_MAC_TO_DEL; in hclge_update_mac_node_for_dev_addr()