| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | core-topology.c | 386 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 391 tree = node1->ports[port]; in move_tree() 394 if (tree->ports[i] == node1) { in move_tree() 409 struct fw_node *node0, *node1, *next1; in update_tree() local 418 node1 = fw_node(list1.next); in update_tree() 421 WARN_ON(node0->port_count != node1->port_count); in update_tree() 423 if (node0->link_on && !node1->link_on) in update_tree() 425 else if (!node0->link_on && node1->link_on) in update_tree() 427 else if (node1->initiated_reset && node1->link_on) in update_tree() 432 node0->node_id = node1->node_id; in update_tree() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | cgraph.h | 2738 symtab_node *node1 = next; in next_defined_symbol() local 2740 for (; node1; node1 = node1->next) in next_defined_symbol() 2741 if (node1->definition) in next_defined_symbol() 2742 return node1; in next_defined_symbol() 2931 symtab_node *node1 = node->next; in next_variable() local 2932 for (; node1; node1 = node1->next) in next_variable() 2933 if (varpool_node *vnode1 = dyn_cast <varpool_node *> (node1)) in next_variable() 2961 symtab_node *node1 = node->next; in next_static_initializer() local 2962 for (; node1; node1 = node1->next) in next_static_initializer() 2964 varpool_node *vnode1 = dyn_cast <varpool_node *> (node1); in next_static_initializer() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | cgraph.h | 2738 symtab_node *node1 = next; in next_defined_symbol() local 2740 for (; node1; node1 = node1->next) in next_defined_symbol() 2741 if (node1->definition) in next_defined_symbol() 2742 return node1; in next_defined_symbol() 2931 symtab_node *node1 = node->next; in next_variable() local 2932 for (; node1; node1 = node1->next) in next_variable() 2933 if (varpool_node *vnode1 = dyn_cast <varpool_node *> (node1)) in next_variable() 2961 symtab_node *node1 = node->next; in next_static_initializer() local 2962 for (; node1; node1 = node1->next) in next_static_initializer() 2964 varpool_node *vnode1 = dyn_cast <varpool_node *> (node1); in next_static_initializer() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | list.h | 258 static inline void list_swap_item(struct list_head* node1, struct list_head* node2) in list_swap_item() argument 268 n0 = node1->prev; in list_swap_item() 270 if (node1->next == node2) { in list_swap_item() 271 n3->prev = node1; in list_swap_item() 272 node1->next = n3; in list_swap_item() 273 node1->prev = node2; in list_swap_item() 274 node2->next = node1; in list_swap_item()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpqphp_ctrl.c | 815 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/charge/ |
| H A D | bq25700_charger.c | 304 int node, node1; in bq25700_ofdata_to_platdata() local 309 node1 = fdt_node_offset_by_compatible(blob, 0, COMPAT_BQ25703); in bq25700_ofdata_to_platdata() 310 if ((node < 0) && (node1 < 0)) { in bq25700_ofdata_to_platdata() 316 node = node1; in bq25700_ofdata_to_platdata()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | intersect_util.hpp | 19 inline bool operator()(intersect_node<T> const& node1, intersect_node<T> const& node2) { in operator ()() 20 if (!values_are_equal(node2.pt.y, node1.pt.y)) { in operator ()() 21 return node2.pt.y < node1.pt.y; in operator ()() 24 (node1.bound1->winding_count2 + node1.bound2->winding_count2); in operator ()()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 865 struct xfs_da_intnode *node1; in xfs_da3_node_rebalance() local 882 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() 884 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance() 897 tmpnode = node1; in xfs_da3_node_rebalance() 898 node1 = node2; in xfs_da3_node_rebalance() 900 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1); in xfs_da3_node_rebalance() 949 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 965 xfs_da3_node_hdr_to_disk(dp->i_mount, node1, &nodehdr1); in xfs_da3_node_rebalance() 967 XFS_DA_LOGRANGE(node1, &node1->hdr, in xfs_da3_node_rebalance() 981 node1 = blk1->bp->b_addr; in xfs_da3_node_rebalance() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | marvell,icu.txt | 69 node1 { 109 node1 {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/ |
| H A D | corosync.conf | 52 name: node1
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rculist.h | 550 struct hlist_node *node1 = left->first; in hlists_swap_heads_rcu() local 554 rcu_assign_pointer(right->first, node1); in hlists_swap_heads_rcu() 556 WRITE_ONCE(node1->pprev, &right->first); in hlists_swap_heads_rcu()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_trie.c | 558 struct key_vector *node0, *node1; in inflate() local 595 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1); in inflate() 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.cpp | 2917 bool IntersectListSort(IntersectNode* node1, IntersectNode* node2) in IntersectListSort() argument 2919 return node2->Pt.Y < node1->Pt.Y; in IntersectListSort()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 656 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|