Searched refs:old_node (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/dtc/
H A Dlivetree.c142 struct node *merge_nodes(struct node *old_node, struct node *new_node) argument
148 old_node->deleted = 0;
152 add_label(&old_node->labels, l->label);
163 delete_property_by_name(old_node, new_prop->name);
169 for_each_property_withdel(old_node, old_prop) {
187 add_property(old_node, new_prop);
200 delete_node_by_name(old_node, new_child->name);
206 for_each_child_withdel(old_node, old_child) {
216 add_child(old_node, new_child);
219 old_node
[all...]
H A Ddtc.h276 struct node *merge_nodes(struct node *old_node, struct node *new_node);
277 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
/linux-master/kernel/
H A Dpadata.c522 int old_node = atomic_read(&last_used_nid); local
525 nid = next_node_in(old_node, node_states[N_CPU]);
526 } while (!atomic_try_cmpxchg(&last_used_nid, &old_node, nid));
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c1236 struct otx2_tc_flow *new_node, *old_node; local
1272 old_node = otx2_tc_get_entry_by_cookie(flow_cfg, tc_flow_cmd->cookie);
1273 if (old_node)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1526 struct bnxt_tc_flow_node *new_node, *old_node; local
1556 old_node = rhashtable_lookup_fast(&tc_info->flow_table,
1559 if (old_node)
1560 __bnxt_tc_del_flow(bp, old_node);
/linux-master/block/
H A Dblk-mq.c4197 int old_node; local
4202 old_node = old_hctx->numa_node;
4210 node, old_node);
4211 hctx = blk_mq_alloc_and_init_hctx(set, q, i, old_node);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c9230 struct hclge_mac_node *old_node, *new_node; local
9254 old_node = hclge_find_mac_node(list, old_addr);
9255 if (old_node) {
9256 if (old_node->state == HCLGE_MAC_TO_ADD) {
9257 list_del(&old_node->node);
9258 kfree(old_node);
9260 old_node->state = HCLGE_MAC_TO_DEL;

Completed in 183 milliseconds