/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list_fail.c | 84 CHECK(global, push_back, &ghead, &f->node2); 86 CHECK(map, push_front, &v->head, &f->node2); 87 CHECK(map, push_back, &v->head, &f->node2); 341 return *(int *)&f->node2; in direct_read_node() 352 *(int *)&f->node2 = 0; in direct_write_node() 367 bpf_list_push_front(&ghead, &f->node2); in use_after_unlock() 369 bpf_list_push_back(&ghead, &f->node2); in use_after_unlock() 397 bpf_list_push_front(&ghead, &f->node2); in list_double_add() 398 bpf_list_push_front(&ghead, &f->node2); in list_double_add() 400 bpf_list_push_back(&ghead, &f->node2); in list_double_add() [all …]
|
H A D | linked_list.c | 45 bpf_list_push_front(head, &f->node2); in list_push_pop() 54 f = container_of(n, struct foo, node2); in list_push_pop() 62 bpf_list_push_front(head, &f->node2); in list_push_pop() 69 f = container_of(n, struct foo, node2); in list_push_pop() 122 bpf_list_push_front(head, &f[i]->node2); in list_push_pop_multiple() 123 bpf_list_push_front(head, &f[i + 1]->node2); in list_push_pop_multiple() 133 pf = container_of(n, struct foo, node2); in list_push_pop_multiple() 139 bpf_list_push_back(head, &pf->node2); in list_push_pop_multiple() 152 pf = container_of(n, struct foo, node2); in list_push_pop_multiple() 202 bpf_list_push_front(head, &f->node2); in list_in_list() [all …]
|
H A D | linked_list.h | 19 struct bpf_list_node node2; member 25 struct bpf_list_head head __contains(foo, node2); 53 private(A) struct bpf_list_head ghead __contains(foo, node2);
|
/openbmc/linux/arch/sparc/prom/ |
H A D | tree_32.c | 234 phandle node = prom_root_node, node2; in prom_finddevice() local 256 node2 = node; in prom_finddevice() 257 while (node2 && (s32)node2 != -1) { in prom_finddevice() 258 if (prom_getproperty (node2, "reg", (char *)reg, sizeof (reg)) > 0) { in prom_finddevice() 260 node = node2; in prom_finddevice() 264 node2 = prom_getsibling(node2); in prom_finddevice() 265 if (!node2 || (s32)node2 == -1) in prom_finddevice() 267 node2 = prom_searchsiblings(prom_getsibling(node2), nbuf); in prom_finddevice()
|
/openbmc/qemu/include/qemu/ |
H A D | uuid.h | 56 clock_seq_hi_and_reserved, clock_seq_low, node0, node1, node2, \ argument 61 (clock_seq_hi_and_reserved), (clock_seq_low), (node0), (node1), (node2),\ 66 clock_seq_hi_and_reserved, clock_seq_low, node0, node1, node2, \ argument 73 (node0), (node1), (node2), (node3), (node4), (node5) \
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 51 static struct ioam_config node2 = { variable 412 __u32 tmp32 = node2.egr_wide; in check_ioam_header_and_data() 413 __u16 tmp16 = node2.egr_id; in check_ioam_header_and_data() 416 node2.egr_id = 0xffff; in check_ioam_header_and_data() 417 node2.egr_wide = 0xffffffff; in check_ioam_header_and_data() 419 res = check_ioam6_data(&p, ioam6h, node2); in check_ioam_header_and_data() 421 node2.egr_id = tmp16; in check_ioam_header_and_data() 422 node2.egr_wide = tmp32; in check_ioam_header_and_data() 430 if (check_ioam6_data(&p, ioam6h, node2)) in check_ioam_header_and_data()
|
/openbmc/linux/include/net/ |
H A D | netrom.h | 164 #define nr_neigh_for_each_safe(__nr_neigh, node2, list) \ argument 165 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node) 170 #define nr_node_for_each_safe(__nr_node, node2, list) \ argument 171 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
|
/openbmc/u-boot/tools/dtoc/ |
H A D | test_fdt.py | 143 node2 = self.dtb.GetNode('/spl-test2') 144 offset1 = node2.Offset() 146 offset2 = node2.Offset() 149 offset3 = node2.Offset() 290 node2 = self.dtb.GetNode('/spl-test2') 294 prop2 = node2.props['intval'] 308 prop2 = node2.props['longbytearray'] 317 prop2 = node2.props['stringarray'] 326 prop2 = node2.props['stringarray'] 499 node2 = dtb2.GetNode('/test1') [all …]
|
H A D | test_fdt | 143 node2 = self.dtb.GetNode('/spl-test2') 144 offset1 = node2.Offset() 146 offset2 = node2.Offset() 149 offset3 = node2.Offset() 290 node2 = self.dtb.GetNode('/spl-test2') 294 prop2 = node2.props['intval'] 308 prop2 = node2.props['longbytearray'] 317 prop2 = node2.props['stringarray'] 326 prop2 = node2.props['stringarray'] 499 node2 = dtb2.GetNode('/test1') [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 258.out | 7 …GFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-node2.img"}, "node-name": "node2"}, "d… 23 …GFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-node2.img"}, "node-name": "node2"}, "d…
|
/openbmc/linux/fs/hfs/ |
H A D | bnode.c | 246 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local 270 node2 = hfs_bnode_findhash(tree, cnid); in __hfs_bnode_create() 271 if (!node2) { in __hfs_bnode_create() 277 hfs_bnode_get(node2); in __hfs_bnode_create() 280 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create() 281 return node2; in __hfs_bnode_create()
|
/openbmc/linux/drivers/base/test/ |
H A D | property-entry-test.c | 409 static const struct software_node node2 = { .name = "2" }; in pe_test_reference() local 410 static const struct software_node *group[] = { &node1, &node2, NULL }; in pe_test_reference() 414 SOFTWARE_NODE_REFERENCE(&node2, 3, 4), in pe_test_reference() 419 PROPERTY_ENTRY_REF("ref-2", &node2, 1, 2), in pe_test_reference() 448 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node2); in pe_test_reference() 456 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node2); in pe_test_reference() 478 KUNIT_EXPECT_PTR_EQ(test, to_software_node(ref.fwnode), &node2); in pe_test_reference()
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 677 local node2="$DL_HANDLE/$node2_name" 678 rate_node_add "$node2" 679 check_err $? "Failed to add node $node2" 681 rate_attr_parent_check $node2 $node1_name \ 683 rate_node_del "$node2" 684 check_err $? "Failed to delete node $node2"
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 122 snd_config_t *pcm_config, *node1, *node2; in missing_devices() local 137 node2 = snd_config_iterator_entry(i2); in missing_devices() 138 subdevice = device_from_id(node2); in missing_devices() 141 if (conf_get_subtree(node2, "PLAYBACK", NULL)) in missing_devices() 143 if (conf_get_subtree(node2, "CAPTURE", NULL)) in missing_devices()
|
/openbmc/linux/fs/hfsplus/ |
H A D | bnode.c | 395 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local 420 node2 = hfs_bnode_findhash(tree, cnid); in __hfs_bnode_create() 421 if (!node2) { in __hfs_bnode_create() 429 wait_event(node2->lock_wq, in __hfs_bnode_create() 430 !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create() 431 return node2; in __hfs_bnode_create()
|
/openbmc/linux/drivers/pci/ |
H A D | of.c | 135 struct device_node *node, *node2; in of_pci_find_child_device() local 146 for_each_child_of_node(node, node2) { in of_pci_find_child_device() 147 if (__of_pci_pci_compare(node2, devfn)) { in of_pci_find_child_device() 149 return node2; in of_pci_find_child_device()
|
/openbmc/linux/include/linux/ |
H A D | rculist.h | 550 struct hlist_node *node2 = right->first; in hlists_swap_heads_rcu() local 552 rcu_assign_pointer(left->first, node2); in hlists_swap_heads_rcu() 554 WRITE_ONCE(node2->pprev, &left->first); in hlists_swap_heads_rcu()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 881 struct xfs_da_intnode *node2; in xfs_da3_node_rebalance() local 897 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance() 899 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() 911 swap(node1, node2); in xfs_da3_node_rebalance() 913 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() 982 xfs_da3_node_hdr_to_disk(dp->i_mount, node2, &nodehdr2); in xfs_da3_node_rebalance() 984 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance() 994 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance() 1778 struct xfs_da_intnode *node2; in xfs_da3_node_order() local 1785 node2 = node2_bp->b_addr; in xfs_da3_node_order() [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 300 symbol_node_t *node1, *node2; in symlist_free() local 304 node2 = SLIST_NEXT(node1, links); in symlist_free() 306 node1 = node2; in symlist_free()
|
/openbmc/linux/tools/testing/memblock/tests/ |
H A D | alloc_exact_nid_api.c | 202 struct memblock_region *node2 = &memblock.memory.regions[6]; in alloc_exact_nid_top_down_numa_no_overlap_split_check() local 212 min_addr = node2->base - SZ_256; in alloc_exact_nid_top_down_numa_no_overlap_split_check() 473 struct memblock_region *node2 = &memblock.memory.regions[6]; in alloc_exact_nid_bottom_up_numa_no_overlap_split_check() local 483 min_addr = node2->base - SZ_256; in alloc_exact_nid_bottom_up_numa_no_overlap_split_check()
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 291 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks() argument 293 symtab->call_cgraph_duplication_hooks(node, node2); in cgraph_call_node_duplication_hooks()
|
/openbmc/qemu/tests/vm/ |
H A D | conf_example_x86.yml | 30 -object memory-backend-ram,size=4G,policy=bind,host-nodes=1,id=ram-node2
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | fastmap.c | 422 struct rb_node *node, *node2; in unmap_peb() local 428 for (node2 = rb_first(&av->root); node2; in unmap_peb() 429 node2 = rb_next(node2)) { in unmap_peb() 430 aeb = rb_entry(node2, struct ubi_ainf_peb, u.rb); in unmap_peb()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | numa.c | 204 int node1, node2; in __cpu_form2_relative_distance() local 207 node2 = associativity_to_nid(cpu2_assoc); in __cpu_form2_relative_distance() 209 dist = numa_distance_table[node1][node2]; in __cpu_form2_relative_distance()
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | marvell,icu.txt | 74 node2 {
|