Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/prom/
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-v4.19/include/net/
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-v4.19/fs/hfs/
Dbnode.c238 struct hfs_bnode *node, *node2; in __hfs_bnode_create() local
262 node2 = hfs_bnode_findhash(tree, cnid); in __hfs_bnode_create()
263 if (!node2) { in __hfs_bnode_create()
271 wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); in __hfs_bnode_create()
272 return node2; in __hfs_bnode_create()
/Linux-v4.19/drivers/pci/
Dof.c106 struct device_node *node, *node2; in of_pci_find_child_device() local
117 for_each_child_of_node(node, node2) { in of_pci_find_child_device()
118 if (__of_pci_pci_compare(node2, devfn)) { in of_pci_find_child_device()
120 return node2; in of_pci_find_child_device()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_btree.c755 struct xfs_da_intnode *node2; in xfs_da3_node_rebalance() local
772 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance()
774 dp->d_ops->node_hdr_from_disk(&nodehdr2, node2); in xfs_da3_node_rebalance()
776 btree2 = dp->d_ops->node_tree_p(node2); in xfs_da3_node_rebalance()
787 node1 = node2; in xfs_da3_node_rebalance()
788 node2 = tmpnode; in xfs_da3_node_rebalance()
790 dp->d_ops->node_hdr_from_disk(&nodehdr2, node2); in xfs_da3_node_rebalance()
792 btree2 = dp->d_ops->node_tree_p(node2); in xfs_da3_node_rebalance()
858 dp->d_ops->node_hdr_to_disk(node2, &nodehdr2); in xfs_da3_node_rebalance()
860 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance()
[all …]
/Linux-v4.19/fs/hfsplus/
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-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c303 symbol_node_t *node1, *node2; in symlist_free() local
307 node2 = SLIST_NEXT(node1, links); in symlist_free()
309 node1 = node2; in symlist_free()
/Linux-v4.19/arch/s390/numa/
Dmode_emu.c535 static int emu_distance(int node1, int node2) in emu_distance() argument
537 return (node1 != node2) * EMU_NODE_DIST; in emu_distance()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2822 struct hlist_node *node2; in i40e_get_ethtool_fdir_all() local
2828 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_all()
2859 struct hlist_node *node2; in i40e_get_ethtool_fdir_entry() local
2863 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_entry()
3177 struct hlist_node *node2; in i40e_update_ethtool_fdir_entry() local
3183 hlist_for_each_entry_safe(rule, node2, in i40e_update_ethtool_fdir_entry()
4063 struct hlist_node *node2; in i40e_disallow_matching_filters() local
4066 hlist_for_each_entry_safe(rule, node2, in i40e_disallow_matching_filters()
4310 struct hlist_node *node2; in i40e_set_channels() local
4339 hlist_for_each_entry_safe(rule, node2, in i40e_set_channels()
Di40e_main.c7458 struct hlist_node *node2; in i40e_find_cloud_filter() local
7460 hlist_for_each_entry_safe(filter, node2, in i40e_find_cloud_filter()
7717 struct hlist_node *node2; in i40e_fdir_filter_exit() local
7719 hlist_for_each_entry_safe(filter, node2, in i40e_fdir_filter_exit()
/Linux-v4.19/drivers/pci/hotplug/
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-v4.19/scripts/gcc-plugins/
Dgcc-common.h821 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks() argument
823 symtab->call_cgraph_duplication_hooks(node, node2); in cgraph_call_node_duplication_hooks()
/Linux-v4.19/drivers/gpu/drm/selftests/
Dtest-drm_mm.c1156 const char *node1 = NULL, *node2 = NULL; in show_holes() local
1164 node2 = kasprintf(GFP_KERNEL, in show_holes()
1171 node2); in show_holes()
1173 kfree(node2); in show_holes()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2413 struct hlist_node *node2; in ixgbe_get_ethtool_fdir_entry() local
2419 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_entry()
2480 struct hlist_node *node2; in ixgbe_get_ethtool_fdir_all() local
2487 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_all()
2578 struct hlist_node *node2; in ixgbe_update_ethtool_fdir_entry() local
2585 hlist_for_each_entry_safe(rule, node2, in ixgbe_update_ethtool_fdir_entry()
Dixgbe_main.c5176 struct hlist_node *node2; in ixgbe_fdir_filter_restore() local
5184 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_restore()
5972 struct hlist_node *node2; in ixgbe_fdir_filter_exit() local
5977 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_exit()
/Linux-v4.19/lib/842/
D842_compress.c115 struct sw842_hlist_node2 node2[1 << I2_BITS]; member
/Linux-v4.19/fs/ext4/
Dnamei.c2169 struct dx_node *node2; in ext4_dx_add_entry() local
2201 node2 = (struct dx_node *)(bh2->b_data); in ext4_dx_add_entry()
2202 entries2 = node2->entries; in ext4_dx_add_entry()
2203 memset(&node2->fake, 0, sizeof(struct fake_dirent)); in ext4_dx_add_entry()
2204 node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize, in ext4_dx_add_entry()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-system-cpu67 /sys/devices/system/cpu/cpu42/node2 -> ../../node/node2
/Linux-v4.19/drivers/mtd/ubi/
Dfastmap.c382 struct rb_node *node, *node2; in unmap_peb() local
386 ubi_rb_for_each_entry(node2, aeb, &av->root, u.rb) { in unmap_peb()
/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c193 node2 = perf_evsel__intval(evsel, sample, "node"); in perf_evsel__process_alloc_node_event() local
195 if (node1 != node2) in perf_evsel__process_alloc_node_event()
/Linux-v4.19/drivers/net/wireless/zydas/
Dzd1201.c1834 struct hlist_node *node2; in zd1201_disconnect() local
1841 hlist_for_each_entry_safe(frag, node2, &zd->fraglist, fnode) { in zd1201_disconnect()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c2463 struct hlist_node *node2; in igb_set_features() local
2467 hlist_for_each_entry_safe(rule, node2, in igb_set_features()