/linux/drivers/firewire/ |
A D | core-topology.c | 395 tree = node1->ports[port]; in move_tree() 398 if (tree->ports[i] == node1) { in move_tree() 422 node1 = fw_node(list1.next); in update_tree() 431 else if (node1->initiated_reset && node1->link_on) in update_tree() 441 node1->color = card->color; in update_tree() 444 if (card->root_node == node1) in update_tree() 446 if (card->irm_node == node1) in update_tree() 471 } else if (node1->ports[i]) { in update_tree() 478 move_tree(node0, node1, i); in update_tree() 486 fw_node_put(node1); in update_tree() [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
A D | devlink.sh | 628 local node1="$DL_HANDLE/$node1_name" 629 rate_node_add "$node1" 630 check_err $? "Failed to add node $node1" 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" 652 rate_node_add "$node1" 653 check_err $? "Failed to add node $node1" 669 rate_node_del "$node1" [all …]
|
/linux/drivers/pci/hotplug/ |
A D | cpqphp_ctrl.c | 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() 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/ |
A D | aicasm_symbol.c | 299 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/Documentation/devicetree/bindings/interrupt-controller/ |
A D | marvell,icu.txt | 69 node1 { 109 node1 {
|
/linux/include/linux/ |
A D | rculist.h | 549 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/ |
A D | xfs_da_btree.c | 865 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local 881 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() 883 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance() 896 swap(node1, node2); in xfs_da3_node_rebalance() 897 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance() 946 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 962 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1); in xfs_da3_node_rebalance() 964 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance() 978 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() 1762 struct xfs_da_intnode *node1; in xfs_da3_node_order() local [all …]
|
/linux/net/ipv4/ |
A D | fib_trie.c | 558 struct key_vector *node0, *node1; in inflate() local 596 if (!node1) in inflate() 600 tnode_free_append(tn, node1); in inflate() 607 put_child(node1, --j, get_child(inode, --k)); in inflate() 609 put_child(node1, --j, get_child(inode, --k)); in inflate() 614 NODE_INIT_PARENT(node1, tn); in inflate() 618 put_child(tn, 2 * i + 1, node1); in inflate() 652 struct key_vector *node1 = get_child(oldtnode, --i); in halve() local 657 if (!node1 || !node0) { in halve() 658 put_child(tn, i / 2, node1 ? : node0); in halve() [all …]
|
/linux/tools/testing/selftests/net/ |
A D | ioam6_parser.c | 37 static struct ioam_config node1 = { variable 398 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data() 435 return check_ioam6_data(&p, ioam6h, node1); in check_ioam_header_and_data()
|
/linux/arch/powerpc/mm/ |
A D | numa.c | 203 int node1, node2; in __cpu_form2_relative_distance() local 205 node1 = associativity_to_nid(cpu1_assoc); in __cpu_form2_relative_distance() 208 dist = numa_distance_table[node1][node2]; in __cpu_form2_relative_distance()
|
/linux/drivers/gpu/drm/selftests/ |
A D | test-drm_mm.c | 1274 const char *node1 = NULL, *node2 = NULL; in show_holes() local 1277 node1 = kasprintf(GFP_KERNEL, in show_holes() 1287 node1, in show_holes() 1292 kfree(node1); in show_holes()
|
/linux/tools/perf/ |
A D | builtin-kmem.c | 195 int node1 = cpu__get_node(sample->cpu), in evsel__process_alloc_node_event() local 198 if (node1 != node2) in evsel__process_alloc_node_event()
|
/linux/Documentation/admin-guide/mm/ |
A D | hugetlbpage.rst | 148 It will allocate 1 2M hugepage on node0 and 2 2M hugepages on node1.
|
/linux/Documentation/filesystems/ |
A D | proc.rst | 656 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|