Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firewire/
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-6.12.1/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh653 local node1="$DL_HANDLE/$node1_name"
654 rate_node_add "$node1"
655 check_err $? "Failed to add node $node1"
662 rate_attr_tx_rate_check $node1 tx_share $node_tx_share \
663 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_share
666 rate_attr_tx_rate_check $node1 tx_max $node_tx_max \
667 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_max
669 rate_node_del "$node1"
670 check_err $? "Failed to delete node $node1"
676 local node1="$DL_HANDLE/$node1_name"
[all …]
/linux-6.12.1/drivers/pci/hotplug/
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-6.12.1/lib/
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-6.12.1/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c300 symbol_node_t *node1, *node2; in symlist_free() local
302 node1 = SLIST_FIRST(symlist); in symlist_free()
303 while (node1 != NULL) { in symlist_free()
304 node2 = SLIST_NEXT(node1, links); in symlist_free()
305 free(node1); in symlist_free()
306 node1 = node2; in symlist_free()
/linux-6.12.1/drivers/base/test/
Dproperty-entry-test.c408 static const struct software_node node1 = { .name = "1" }; in pe_test_reference() local
410 static const struct software_node *group[] = { &node1, &node2, NULL }; in pe_test_reference()
413 SOFTWARE_NODE_REFERENCE(&node1), in pe_test_reference()
418 PROPERTY_ENTRY_REF("ref-1", &node1), in pe_test_reference()
437 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node1); in pe_test_reference()
471 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node1); in pe_test_reference()
/linux-6.12.1/include/linux/
Dunion_find.h39 void uf_union(struct uf_node *node1, struct uf_node *node2);
Drculist.h554 struct hlist_node *node1 = left->first; in hlists_swap_heads_rcu() local
558 rcu_assign_pointer(right->first, node1); in hlists_swap_heads_rcu()
560 WRITE_ONCE(node1->pprev, &right->first); in hlists_swap_heads_rcu()
/linux-6.12.1/tools/testing/selftests/alsa/
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-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,icu.txt69 node1 {
109 node1 {
/linux-6.12.1/fs/xfs/libxfs/
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-6.12.1/tools/testing/selftests/net/
Dioam6_parser.c36 static struct ioam_config node1 = { variable
394 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
431 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
/linux-6.12.1/net/ipv4/
Dfib_trie.c560 struct key_vector *node0, *node1; in inflate() local
597 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1); in inflate()
598 if (!node1) in inflate()
602 tnode_free_append(tn, node1); in inflate()
609 put_child(node1, --j, get_child(inode, --k)); in inflate()
611 put_child(node1, --j, get_child(inode, --k)); in inflate()
616 NODE_INIT_PARENT(node1, tn); in inflate()
620 put_child(tn, 2 * i + 1, node1); in inflate()
654 struct key_vector *node1 = get_child(oldtnode, --i); in halve() local
659 if (!node1 || !node0) { in halve()
[all …]
/linux-6.12.1/fs/bcachefs/
Dtrace.h1685 __array(char, node1, 24 )
1709 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0));
1711 scnprintf(__entry->node1, sizeof(__entry->node0), "%px", &b->c);
1742 __entry->node1,
1773 __array(char, node1, 24 )
1794 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0));
1796 scnprintf(__entry->node1, sizeof(__entry->node0), "%px", &b->c);
1827 __entry->node1,
/linux-6.12.1/arch/powerpc/mm/
Dnuma.c202 int node1, node2; in __cpu_form2_relative_distance() local
204 node1 = associativity_to_nid(cpu1_assoc); in __cpu_form2_relative_distance()
207 dist = numa_distance_table[node1][node2]; in __cpu_form2_relative_distance()
/linux-6.12.1/Documentation/networking/
Dmulti-pf-netdev.rst138 NUMA node1 CPU(s): 12-23
140 PF0 on node0, PF1 on node1.
/linux-6.12.1/tools/perf/
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-6.12.1/Documentation/admin-guide/mm/
Dhugetlbpage.rst146 It will allocate 1 2M hugepage on node0 and 2 2M hugepages on node1.
Dnuma_memory_policy.rst260 will be allocated on node0 for every 2 pages allocated on node1.
/linux-6.12.1/Documentation/filesystems/
Dproc.rst684 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page