Home
last modified time | relevance | path

Searched refs:node2 (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/sparc/prom/
A Dtree_32.c234 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()
/linux/tools/testing/selftests/net/
A Dioam6_parser.c51 static struct ioam_config node2 = { variable
415 __u32 tmp32 = node2.egr_wide; in check_ioam_header_and_data()
416 __u16 tmp16 = node2.egr_id; in check_ioam_header_and_data()
419 node2.egr_id = 0xffff; in check_ioam_header_and_data()
420 node2.egr_wide = 0xffffffff; in check_ioam_header_and_data()
422 res = check_ioam6_data(&p, ioam6h, node2); in check_ioam_header_and_data()
424 node2.egr_id = tmp16; in check_ioam_header_and_data()
425 node2.egr_wide = tmp32; in check_ioam_header_and_data()
433 if (check_ioam6_data(&p, ioam6h, node2)) in check_ioam_header_and_data()
/linux/include/net/
A Dnetrom.h163 #define nr_neigh_for_each_safe(__nr_neigh, node2, list) \ argument
164 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node)
169 #define nr_node_for_each_safe(__nr_node, node2, list) \ argument
170 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
/linux/fs/hfs/
A Dbnode.c253 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local
277 node2 = hfs_bnode_findhash(tree, cnid); in __hfs_bnode_create()
278 if (!node2) { in __hfs_bnode_create()
286 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()
287 return node2; in __hfs_bnode_create()
/linux/tools/testing/selftests/drivers/net/netdevsim/
A Ddevlink.sh659 local node2="$DL_HANDLE/$node2_name"
660 rate_node_add "$node2"
661 check_err $? "Failed to add node $node2"
663 rate_attr_parent_check $node2 $node1_name \
665 rate_node_del "$node2"
666 check_err $? "Failed to delete node $node2"
/linux/drivers/pci/
A Dof.c128 struct device_node *node, *node2; in of_pci_find_child_device() local
139 for_each_child_of_node(node, node2) { in of_pci_find_child_device()
140 if (__of_pci_pci_compare(node2, devfn)) { in of_pci_find_child_device()
142 return node2; in of_pci_find_child_device()
/linux/fs/hfsplus/
A Dbnode.c402 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local
427 node2 = hfs_bnode_findhash(tree, cnid); in __hfs_bnode_create()
428 if (!node2) { in __hfs_bnode_create()
436 wait_event(node2->lock_wq, in __hfs_bnode_create()
437 !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()
438 return node2; in __hfs_bnode_create()
/linux/include/linux/
A Drculist.h550 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()
/linux/fs/xfs/libxfs/
A Dxfs_da_btree.c866 struct xfs_da_intnode *node2; in xfs_da3_node_rebalance() local
882 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
884 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance()
896 swap(node1, node2); in xfs_da3_node_rebalance()
898 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance()
967 xfs_da3_node_hdr_to_disk(dp->i_mount, node2, &nodehdr2); in xfs_da3_node_rebalance()
969 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance()
979 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
1763 struct xfs_da_intnode *node2; in xfs_da3_node_order() local
1770 node2 = node2_bp->b_addr; in xfs_da3_node_order()
[all …]
/linux/drivers/scsi/aic7xxx/aicasm/
A Daicasm_symbol.c299 symbol_node_t *node1, *node2; in symlist_free() local
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
305 node1 = node2; in symlist_free()
/linux/scripts/gcc-plugins/
A Dgcc-common.h291 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()
/linux/arch/powerpc/mm/
A Dnuma.c203 int node1, node2; in __cpu_form2_relative_distance() local
206 node2 = associativity_to_nid(cpu2_assoc); in __cpu_form2_relative_distance()
208 dist = numa_distance_table[node1][node2]; in __cpu_form2_relative_distance()
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dmarvell,icu.txt74 node2 {
/linux/drivers/pci/hotplug/
A Dcpqphp_ctrl.c816 struct pci_resource *node2; in cpqhp_resource_sort_and_combine() local
849 node2 = node1->next; in cpqhp_resource_sort_and_combine()
852 node2->next = node1->next; in cpqhp_resource_sort_and_combine()
853 node1->next = node2; in cpqhp_resource_sort_and_combine()
866 node2 = node1->next; in cpqhp_resource_sort_and_combine()
868 kfree(node2); in cpqhp_resource_sort_and_combine()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c3211 struct hlist_node *node2; in i40e_get_ethtool_fdir_all() local
3217 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_all()
3248 struct hlist_node *node2; in i40e_get_ethtool_fdir_entry() local
3252 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_entry()
3617 struct hlist_node *node2; in i40e_update_ethtool_fdir_entry() local
3623 hlist_for_each_entry_safe(rule, node2, in i40e_update_ethtool_fdir_entry()
4634 struct hlist_node *node2; in i40e_disallow_matching_filters() local
4637 hlist_for_each_entry_safe(rule, node2, in i40e_disallow_matching_filters()
4904 struct hlist_node *node2; in i40e_set_channels() local
4933 hlist_for_each_entry_safe(rule, node2, in i40e_set_channels()
/linux/drivers/gpu/drm/selftests/
A Dtest-drm_mm.c1274 const char *node1 = NULL, *node2 = NULL; in show_holes() local
1282 node2 = kasprintf(GFP_KERNEL, in show_holes()
1289 node2); in show_holes()
1291 kfree(node2); in show_holes()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c2506 struct hlist_node *node2; in ixgbe_get_ethtool_fdir_entry() local
2512 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_entry()
2573 struct hlist_node *node2; in ixgbe_get_ethtool_fdir_all() local
2580 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_all()
2671 struct hlist_node *node2; in ixgbe_update_ethtool_fdir_entry() local
2678 hlist_for_each_entry_safe(rule, node2, in ixgbe_update_ethtool_fdir_entry()
A Dixgbe_main.c5247 struct hlist_node *node2; in ixgbe_fdir_filter_restore() local
5256 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_restore()
6090 struct hlist_node *node2; in ixgbe_fdir_filter_exit() local
6095 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_exit()
/linux/lib/842/
A D842_compress.c106 struct sw842_hlist_node2 node2[1 << I2_BITS]; member
/linux/fs/ext4/
A Dnamei.c2446 struct dx_node *node2; in ext4_dx_add_entry() local
2478 node2 = (struct dx_node *)(bh2->b_data); in ext4_dx_add_entry()
2479 entries2 = node2->entries; in ext4_dx_add_entry()
2480 memset(&node2->fake, 0, sizeof(struct fake_dirent)); in ext4_dx_add_entry()
2481 node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize, in ext4_dx_add_entry()
/linux/drivers/mtd/ubi/
A Dfastmap.c373 struct rb_node *node, *node2; in unmap_peb() local
377 ubi_rb_for_each_entry(node2, aeb, &av->root, u.rb) { in unmap_peb()
/linux/tools/perf/
A Dbuiltin-kmem.c196 node2 = evsel__intval(evsel, sample, "node"); in evsel__process_alloc_node_event() local
198 if (node1 != node2) in evsel__process_alloc_node_event()
/linux/drivers/net/wireless/zydas/
A Dzd1201.c1829 struct hlist_node *node2; in zd1201_disconnect() local
1836 hlist_for_each_entry_safe(frag, node2, &zd->fraglist, fnode) { in zd1201_disconnect()
/linux/Documentation/ABI/testing/
A Dsysfs-devices-system-cpu67 /sys/devices/system/cpu/cpu42/node2 -> ../../node/node2
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c7171 struct hlist_node *node2; in hclge_get_fd_rule_info() local
7180 hlist_for_each_entry_safe(rule, node2, &hdev->fd_rule_list, rule_node) { in hclge_get_fd_rule_info()
7247 struct hlist_node *node2; in hclge_get_all_rules() local
7256 hlist_for_each_entry_safe(rule, node2, in hclge_get_all_rules()

Completed in 141 milliseconds

12