Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-topology.c393 tree = node1->ports[port]; in move_tree()
396 if (tree->ports[i] == node1) { in move_tree()
420 node1 = fw_node(list1.next); in update_tree()
429 else if (node1->initiated_reset && node1->link_on) in update_tree()
439 node1->color = card->color; in update_tree()
442 if (card->root_node == node1) in update_tree()
444 if (card->irm_node == node1) in update_tree()
469 } else if (node1->ports[i]) { in update_tree()
476 move_tree(node0, node1, i); in update_tree()
484 fw_node_put(node1); in update_tree()
[all …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh653 local node1="$DL_HANDLE/$node1_name"
654 rate_node_add "$node1"
655 check_err $? "Failed to add node $node1"
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"
677 rate_node_add "$node1"
678 check_err $? "Failed to add node $node1"
694 rate_node_del "$node1"
[all …]
/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c846 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()
850 node1->next = node1->next->next; in cpqhp_resource_sort_and_combine()
851 node1 = node1->next; in cpqhp_resource_sort_and_combine()
855 node1 = node1->next; in cpqhp_resource_sort_and_combine()
859 node1 = *head; in cpqhp_resource_sort_and_combine()
861 while (node1 && node1->next) { in cpqhp_resource_sort_and_combine()
862 if ((node1->base + node1->length) == node1->next->base) { in cpqhp_resource_sort_and_combine()
865 node1->length += node1->next->length; in cpqhp_resource_sort_and_combine()
867 node1->next = node1->next->next; in cpqhp_resource_sort_and_combine()
[all …]
/linux/drivers/scsi/aic7xxx/aicasm/
H A 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/drivers/base/test/
H A 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/tools/testing/selftests/alsa/
H A Dpcm-test.c122 snd_config_t *pcm_config, *node1, *node2; in missing_devices() local
130 node1 = snd_config_iterator_entry(i1); in missing_devices()
131 device = device_from_id(node1); in missing_devices()
134 if (snd_config_get_type(node1) != SND_CONFIG_TYPE_COMPOUND) in missing_devices()
136 snd_config_for_each(i2, next2, node1) { in missing_devices()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,icu.txt69 node1 {
109 node1 {
/linux/include/linux/
H A 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/fs/xfs/libxfs/
H A Dxfs_da_btree.c933 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local
949 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
951 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
964 swap(node1, node2); in xfs_da3_node_rebalance()
965 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance()
1014 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance()
1030 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1); in xfs_da3_node_rebalance()
1032 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance()
1046 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance()
1867 struct xfs_da_intnode *node1; in xfs_da3_node_order() local
[all …]
/linux/tools/testing/selftests/net/
H A 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/net/ipv4/
H A Dfib_trie.c560 struct key_vector *node0, *node1; in inflate() local
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()
660 put_child(tn, i / 2, node1 ? : node0); in halve()
[all …]
/linux/arch/powerpc/mm/
H A Dnuma.c204 int node1, node2; in __cpu_form2_relative_distance() local
206 node1 = associativity_to_nid(cpu1_assoc); in __cpu_form2_relative_distance()
209 dist = numa_distance_table[node1][node2]; in __cpu_form2_relative_distance()
/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.rst674 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page