Home
last modified time | relevance | path

Searched refs:node1 (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/firewire/
H A Dcore-topology.c337 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument
342 tree = node1->ports[port]; in move_tree()
345 if (tree->ports[i] == node1) { in move_tree()
360 struct fw_node *node0, *node1, *next1; in update_tree() local
369 node1 = fw_node(list1.next); in update_tree()
372 WARN_ON(node0->port_count != node1->port_count); in update_tree()
374 if (node0->link_on && !node1->link_on) in update_tree()
376 else if (!node0->link_on && node1->link_on) in update_tree()
378 else if (node1->initiated_reset && node1->link_on) in update_tree()
383 node0->node_id = node1->node_id; in update_tree()
[all …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh702 local node1="$DL_HANDLE/$node1_name"
703 rate_node_add "$node1"
704 check_err $? "Failed to add node $node1"
711 rate_attr_tx_rate_check $node1 tx_share $node_tx_share \
712 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_share
715 rate_attr_tx_rate_check $node1 tx_max $node_tx_max \
716 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_max
720 rate_attr_tc_bw_check $node1 "$tc_bw" \
724 rate_node_del "$node1"
725 check_err $? "Failed to delete node $node1"
[all …]
/linux/lib/
H A Dunion_find.c33 void uf_union(struct uf_node *node1, struct uf_node *node2) in uf_union() argument
35 struct uf_node *root1 = uf_find(node1); in uf_union()
/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c815 struct pci_resource *node1; in cpqhp_resource_sort_and_combine() local
837 node1 = *head; in cpqhp_resource_sort_and_combine()
839 node1->next = (*head)->next; in cpqhp_resource_sort_and_combine()
840 (*head)->next = node1; in cpqhp_resource_sort_and_combine()
844 node1 = (*head); in cpqhp_resource_sort_and_combine()
846 while (node1->next && node1->next->next) { in cpqhp_resource_sort_and_combine()
847 if (node1->next->base > node1->next->next->base) { in cpqhp_resource_sort_and_combine()
849 node2 = node1->next; in cpqhp_resource_sort_and_combine()
850 node1->next = node1->next->next; in cpqhp_resource_sort_and_combine()
851 node1 = node1->next; in cpqhp_resource_sort_and_combine()
[all …]
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py215 node1 = GraphNode(node.incoming,
223 return node2.expand(node1.expand(node_set))
237 node1 = GraphNode(node.incoming,
245 return node2.expand(node1.expand(node_set))
259 node1 = GraphNode(node.incoming,
267 return node2.expand(node1.expand(node_set))
/linux/include/linux/
H A Dunion_find.h39 void uf_union(struct uf_node *node1, struct uf_node *node2);
H A Drculist.h598 struct hlist_node *node1 = left->first; in hlists_swap_heads_rcu() local
602 rcu_assign_pointer(right->first, node1); in hlists_swap_heads_rcu()
604 WRITE_ONCE(node1->pprev, &right->first); in hlists_swap_heads_rcu()
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c125 snd_config_t *pcm_config, *node1, *node2; in missing_devices() local
133 node1 = snd_config_iterator_entry(i1); in missing_devices()
134 device = device_from_id(node1); in missing_devices()
137 if (snd_config_get_type(node1) != SND_CONFIG_TYPE_COMPOUND) in missing_devices()
139 snd_config_for_each(i2, next2, node1) { in missing_devices()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c934 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local
950 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
952 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
965 swap(node1, node2); in xfs_da3_node_rebalance()
966 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
1015 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance()
1031 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1); in xfs_da3_node_rebalance()
1033 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance()
1047 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
1049 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
[all …]
/linux/net/ipv4/
H A Dfib_trie.c554 struct key_vector *node0, *node1; in inflate() local
591 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1); in inflate()
592 if (!node1) in inflate()
596 tnode_free_append(tn, node1); in inflate()
603 put_child(node1, --j, get_child(inode, --k)); in inflate()
605 put_child(node1, --j, get_child(inode, --k)); in inflate()
610 NODE_INIT_PARENT(node1, tn); in inflate()
614 put_child(tn, 2 * i + 1, node1); in inflate()
648 struct key_vector *node1 = get_child(oldtnode, --i); in halve() local
653 if (!node1 || !node0) { in halve()
[all …]
/linux/samples/damon/
H A DKconfig38 node0 is for DDR5 DRAMs connected via DIMM, while node1 is for DDR4
/linux/fs/bcachefs/
H A Dtrace.h1679 __array(char, node1, 24 )
1703 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0));
1705 scnprintf(__entry->node1, sizeof(__entry->node0), "%px", &b->c);
1736 __entry->node1,
1767 __array(char, node1, 24 )
1788 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0));
1790 scnprintf(__entry->node1, sizeof(__entry->node0), "%px", &b->c);
1821 __entry->node1,
/linux/Documentation/networking/
H A Dmulti-pf-netdev.rst138 NUMA node1 CPU(s): 12-23
140 PF0 on node0, PF1 on node1.
/linux/tools/perf/
H A Dbuiltin-kmem.c202 int node1, node2; in evsel__process_alloc_event() local
204 node1 = cpu__get_node((struct perf_cpu){.cpu = sample->cpu}); in evsel__process_alloc_event()
211 if ((node2 != NUMA_NO_NODE) && (node1 != node2)) in evsel__process_alloc_event()
/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst146 It will allocate 1 2M hugepage on node0 and 2 2M hugepages on node1.
H A Dnuma_memory_policy.rst260 will be allocated on node0 for every 2 pages allocated on node1.
/linux/Documentation/filesystems/
H A Dproc.rst714 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page