Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firewire/
Dcore-topology.c387 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument
392 tree = node1->ports[port]; in move_tree()
395 if (tree->ports[i] == node1) { in move_tree()
410 struct fw_node *node0, *node1, *next1; in update_tree() local
419 node1 = fw_node(list1.next); in update_tree()
422 WARN_ON(node0->port_count != node1->port_count); in update_tree()
424 if (node0->link_on && !node1->link_on) in update_tree()
426 else if (!node0->link_on && node1->link_on) in update_tree()
428 else if (node1->initiated_reset && node1->link_on) in update_tree()
433 node0->node_id = node1->node_id; in update_tree()
[all …]
/linux-6.1.9/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh628 local node1="$DL_HANDLE/$node1_name"
629 rate_node_add "$node1"
630 check_err $? "Failed to add node $node1"
637 rate_attr_tx_rate_check $node1 tx_share $node_tx_share \
638 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_share
641 rate_attr_tx_rate_check $node1 tx_max $node_tx_max \
642 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_max
644 rate_node_del "$node1"
645 check_err $? "Failed to delete node $node1"
651 local node1="$DL_HANDLE/$node1_name"
[all …]
/linux-6.1.9/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.1.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c299 symbol_node_t *node1, *node2; in symlist_free() local
301 node1 = SLIST_FIRST(symlist); in symlist_free()
302 while (node1 != NULL) { in symlist_free()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
304 free(node1); in symlist_free()
305 node1 = node2; in symlist_free()
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,icu.txt69 node1 {
109 node1 {
/linux-6.1.9/include/linux/
Drculist.h549 struct hlist_node *node1 = left->first; in hlists_swap_heads_rcu() local
553 rcu_assign_pointer(right->first, node1); in hlists_swap_heads_rcu()
555 WRITE_ONCE(node1->pprev, &right->first); in hlists_swap_heads_rcu()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_da_btree.c880 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local
896 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
898 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
911 swap(node1, node2); in xfs_da3_node_rebalance()
912 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
961 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance()
977 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1); in xfs_da3_node_rebalance()
979 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance()
993 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
995 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
[all …]
/linux-6.1.9/tools/testing/selftests/net/
Dioam6_parser.c37 static struct ioam_config node1 = { variable
395 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
432 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
/linux-6.1.9/net/ipv4/
Dfib_trie.c559 struct key_vector *node0, *node1; in inflate() local
596 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1); in inflate()
597 if (!node1) in inflate()
601 tnode_free_append(tn, node1); in inflate()
608 put_child(node1, --j, get_child(inode, --k)); in inflate()
610 put_child(node1, --j, get_child(inode, --k)); in inflate()
615 NODE_INIT_PARENT(node1, tn); in inflate()
619 put_child(tn, 2 * i + 1, node1); in inflate()
653 struct key_vector *node1 = get_child(oldtnode, --i); in halve() local
658 if (!node1 || !node0) { in halve()
[all …]
/linux-6.1.9/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.1.9/tools/perf/
Dbuiltin-kmem.c201 int node1, node2; in evsel__process_alloc_event() local
203 node1 = cpu__get_node((struct perf_cpu){.cpu = sample->cpu}); in evsel__process_alloc_event()
210 if ((node2 != NUMA_NO_NODE) && (node1 != node2)) in evsel__process_alloc_event()
/linux-6.1.9/drivers/gpu/drm/tests/
Ddrm_mm_test.c1160 const char *node1 = NULL, *node2 = NULL; in show_holes() local
1163 node1 = kasprintf(GFP_KERNEL, "[%llx + %lld, color=%ld], ", in show_holes()
1170 kunit_info(test, "%sHole [%llx - %llx, size %lld]%s\n", node1, in show_holes()
1174 kfree(node1); in show_holes()
/linux-6.1.9/Documentation/admin-guide/mm/
Dhugetlbpage.rst148 It will allocate 1 2M hugepage on node0 and 2 2M hugepages on node1.
/linux-6.1.9/Documentation/filesystems/
Dproc.rst663 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page