Searched refs:node1 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/firewire/ |
D | core-topology.c | 402 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 407 tree = node1->ports[port]; in move_tree() 410 if (tree->ports[i] == node1) { in move_tree() 425 struct fw_node *node0, *node1, *next1; in update_tree() local 434 node1 = fw_node(list1.next); in update_tree() 437 WARN_ON(node0->port_count != node1->port_count); in update_tree() 439 if (node0->link_on && !node1->link_on) in update_tree() 441 else if (!node0->link_on && node1->link_on) in update_tree() 443 else if (node1->initiated_reset && node1->link_on) in update_tree() 448 node0->node_id = node1->node_id; in update_tree() [all …]
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 829 struct pci_resource *node1; in cpqhp_resource_sort_and_combine() local 851 node1 = *head; in cpqhp_resource_sort_and_combine() 853 node1->next = (*head)->next; in cpqhp_resource_sort_and_combine() 854 (*head)->next = node1; in cpqhp_resource_sort_and_combine() 858 node1 = (*head); in cpqhp_resource_sort_and_combine() 860 while (node1->next && node1->next->next) { in cpqhp_resource_sort_and_combine() 861 if (node1->next->base > node1->next->next->base) { in cpqhp_resource_sort_and_combine() 863 node2 = node1->next; in cpqhp_resource_sort_and_combine() 864 node1->next = node1->next->next; in cpqhp_resource_sort_and_combine() 865 node1 = node1->next; in cpqhp_resource_sort_and_combine() [all …]
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 303 symbol_node_t *node1, *node2; in symlist_free() local 305 node1 = SLIST_FIRST(symlist); in symlist_free() 306 while (node1 != NULL) { in symlist_free() 307 node2 = SLIST_NEXT(node1, links); in symlist_free() 308 free(node1); in symlist_free() 309 node1 = node2; in symlist_free()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 741 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local 758 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() 760 dp->d_ops->node_hdr_from_disk(&nodehdr1, node1); in xfs_da3_node_rebalance() 762 btree1 = dp->d_ops->node_tree_p(node1); in xfs_da3_node_rebalance() 773 tmpnode = node1; in xfs_da3_node_rebalance() 774 node1 = node2; in xfs_da3_node_rebalance() 776 dp->d_ops->node_hdr_from_disk(&nodehdr1, node1); in xfs_da3_node_rebalance() 778 btree1 = dp->d_ops->node_tree_p(node1); in xfs_da3_node_rebalance() 825 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 841 dp->d_ops->node_hdr_to_disk(node1, &nodehdr1); in xfs_da3_node_rebalance() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 533 struct key_vector *node0, *node1; in inflate() local 570 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1); in inflate() 571 if (!node1) in inflate() 575 tnode_free_append(tn, node1); in inflate() 582 put_child(node1, --j, get_child(inode, --k)); in inflate() 584 put_child(node1, --j, get_child(inode, --k)); in inflate() 589 NODE_INIT_PARENT(node1, tn); in inflate() 593 put_child(tn, 2 * i + 1, node1); in inflate() 627 struct key_vector *node1 = get_child(oldtnode, --i); in halve() local 632 if (!node1 || !node0) { in halve() [all …]
|
/linux-4.4.14/arch/s390/numa/ |
D | mode_emu.c | 495 static int emu_distance(int node1, int node2) in emu_distance() argument 497 return (node1 != node2) * EMU_NODE_DIST; in emu_distance()
|
/linux-4.4.14/tools/perf/ |
D | builtin-kmem.c | 178 int node1 = cpu__get_node(sample->cpu), in perf_evsel__process_alloc_node_event() local 181 if (node1 != node2) in perf_evsel__process_alloc_node_event()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 556 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|