Searched refs:node1 (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/firewire/
H A Dcore-topology.c387 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) argument
392 tree = node1->ports[port];
395 if (tree->ports[i] == node1) {
410 struct fw_node *node0, *node1, *next1; local
419 node1 = fw_node(list1.next);
422 WARN_ON(node0->port_count != node1->port_count);
424 if (node0->link_on && !node1->link_on)
426 else if (!node0->link_on && node1->link_on)
428 else if (node1->initiated_reset && node1
[all...]
/linux-master/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"
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
[all...]
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c815 struct pci_resource *node1; local
837 node1 = *head;
839 node1->next = (*head)->next;
840 (*head)->next = node1;
844 node1 = (*head);
846 while (node1->next && node1->next->next) {
847 if (node1->next->base > node1->next->next->base) {
849 node2 = node1
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c300 symbol_node_t *node1, *node2; local
302 node1 = SLIST_FIRST(symlist);
303 while (node1 != NULL) {
304 node2 = SLIST_NEXT(node1, links);
305 free(node1);
306 node1 = node2;
/linux-master/drivers/base/test/
H A Dproperty-entry-test.c408 static const struct software_node node1 = { .name = "1" }; local
410 static const struct software_node *group[] = { &node1, &node2, NULL };
413 SOFTWARE_NODE_REFERENCE(&node1),
418 PROPERTY_ENTRY_REF("ref-1", &node1),
437 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node1);
471 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node1);
/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.c122 snd_config_t *pcm_config, *node1, *node2; local
130 node1 = snd_config_iterator_entry(i1);
131 device = device_from_id(node1);
134 if (snd_config_get_type(node1) != SND_CONFIG_TYPE_COMPOUND)
136 snd_config_for_each(i2, next2, node1) {
/linux-master/include/linux/
H A Drculist.h542 * The lists start out as [@left ][node1 ... ] and
545 * [@right ][node1 ... ]
549 struct hlist_node *node1 = left->first; local
553 rcu_assign_pointer(right->first, node1);
555 WRITE_ONCE(node1->pprev, &right->first);
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c888 struct xfs_da_intnode *node1; local
904 node1 = blk1->bp->b_addr;
906 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1);
919 swap(node1, node2);
920 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1);
947 * Move the req'd B-tree elements from high in node1 to
959 * high in node1.
969 XFS_DA_LOGRANGE(node1, btree_d, tmp));
985 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1);
987 XFS_DA_LOGRANGE(node1,
1786 struct xfs_da_intnode *node1; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dioam6_parser.c36 static struct ioam_config node1 = { variable in typeref:struct:ioam_config
394 return check_ioam6_data(&p, ioam6h, node1);
431 return check_ioam6_data(&p, ioam6h, node1);
/linux-master/net/ipv4/
H A Dfib_trie.c560 struct key_vector *node0, *node1; local
584 * ones, 'node0' and 'node1', each with half of the
590 * node0's key and "1" in node1's key. Since we are
594 * node0 and node1. So... we synthesize that bit in the
597 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1);
598 if (!node1)
602 tnode_free_append(tn, node1);
609 put_child(node1, --j, get_child(inode, --k));
611 put_child(node1, --j, get_child(inode, --k));
616 NODE_INIT_PARENT(node1, t
654 struct key_vector *node1 = get_child(oldtnode, --i); local
[all...]
/linux-master/arch/powerpc/mm/
H A Dnuma.c204 int node1, node2; local
206 node1 = associativity_to_nid(cpu1_assoc);
209 dist = numa_distance_table[node1][node2];
/linux-master/tools/perf/
H A Dbuiltin-kmem.c202 int node1, node2; local
204 node1 = cpu__get_node((struct perf_cpu){.cpu = sample->cpu});
211 if ((node2 != NUMA_NO_NODE) && (node1 != node2))

Completed in 183 milliseconds