/kernel/linux/linux-5.10/arch/sparc/prom/ |
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()
|
/kernel/liteos_a/kernel/base/include/ |
D | los_binarytree_pri.h | 90 INT32 (*CompareNode)(const VOID *node1, const VOID *node2)); 92 extern INT32 OsCompareLRNode(const VOID *node1, const VOID *node2); 95 extern INT32 OsCompareAddrNode(const VOID *node1, const VOID *node2); 98 extern INT32 OsCompareReqSizeNode(const VOID *node1, const VOID *node2); 101 extern INT32 OsCompareTaskIDNode(const VOID *node1, const VOID *node2);
|
/kernel/linux/linux-5.10/include/net/ |
D | netrom.h | 163 #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)
|
/kernel/linux/linux-5.10/fs/hfs/ |
D | bnode.c | 253 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()
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | of.c | 121 struct device_node *node, *node2; in of_pci_find_child_device() local 132 for_each_child_of_node(node, node2) { in of_pci_find_child_device() 133 if (__of_pci_pci_compare(node2, devfn)) { in of_pci_find_child_device() 135 return node2; in of_pci_find_child_device()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | bnode.c | 402 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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | rculist.h | 551 struct hlist_node *node2 = right->first; in hlists_swap_heads_rcu() local 553 rcu_assign_pointer(left->first, node2); in hlists_swap_heads_rcu() 555 WRITE_ONCE(node2->pprev, &left->first); in hlists_swap_heads_rcu()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 866 struct xfs_da_intnode *node2; in xfs_da3_node_rebalance() local 883 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance() 885 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() 898 node1 = node2; in xfs_da3_node_rebalance() 899 node2 = tmpnode; in xfs_da3_node_rebalance() 901 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() 970 xfs_da3_node_hdr_to_disk(dp->i_mount, node2, &nodehdr2); in xfs_da3_node_rebalance() 972 XFS_DA_LOGRANGE(node2, &node2->hdr, in xfs_da3_node_rebalance() 982 node2 = blk2->bp->b_addr; in xfs_da3_node_rebalance() 984 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 299 symbol_node_t *node1, *node2; in symlist_free() local 303 node2 = SLIST_NEXT(node1, links); in symlist_free() 305 node1 = node2; in symlist_free()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | marvell,icu.txt | 74 node2 {
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 816 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()
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
D | gcc-common.h | 827 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks() argument 829 symtab->call_cgraph_duplication_hooks(node, node2); in cgraph_call_node_duplication_hooks()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 3222 struct hlist_node *node2; in i40e_get_ethtool_fdir_all() local 3228 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_all() 3259 struct hlist_node *node2; in i40e_get_ethtool_fdir_entry() local 3263 hlist_for_each_entry_safe(rule, node2, in i40e_get_ethtool_fdir_entry() 3590 struct hlist_node *node2; in i40e_update_ethtool_fdir_entry() local 3596 hlist_for_each_entry_safe(rule, node2, in i40e_update_ethtool_fdir_entry() 4472 struct hlist_node *node2; in i40e_disallow_matching_filters() local 4475 hlist_for_each_entry_safe(rule, node2, in i40e_disallow_matching_filters() 4719 struct hlist_node *node2; in i40e_set_channels() local 4748 hlist_for_each_entry_safe(rule, node2, in i40e_set_channels()
|
D | i40e_main.c | 8330 struct hlist_node *node2; in i40e_find_cloud_filter() local 8332 hlist_for_each_entry_safe(filter, node2, in i40e_find_cloud_filter() 8593 struct hlist_node *node2; in i40e_fdir_filter_exit() local 8595 hlist_for_each_entry_safe(filter, node2, in i40e_fdir_filter_exit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
D | test-drm_mm.c | 1274 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2517 struct hlist_node *node2; in ixgbe_get_ethtool_fdir_entry() local 2523 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_entry() 2584 struct hlist_node *node2; in ixgbe_get_ethtool_fdir_all() local 2591 hlist_for_each_entry_safe(rule, node2, in ixgbe_get_ethtool_fdir_all() 2682 struct hlist_node *node2; in ixgbe_update_ethtool_fdir_entry() local 2689 hlist_for_each_entry_safe(rule, node2, in ixgbe_update_ethtool_fdir_entry()
|
D | ixgbe_main.c | 5248 struct hlist_node *node2; in ixgbe_fdir_filter_restore() local 5257 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_restore() 6094 struct hlist_node *node2; in ixgbe_fdir_filter_exit() local 6099 hlist_for_each_entry_safe(filter, node2, in ixgbe_fdir_filter_exit()
|
/kernel/linux/linux-5.10/lib/842/ |
D | 842_compress.c | 106 struct sw842_hlist_node2 node2[1 << I2_BITS]; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | namei.c | 2402 struct dx_node *node2; in ext4_dx_add_entry() local 2434 node2 = (struct dx_node *)(bh2->b_data); in ext4_dx_add_entry() 2435 entries2 = node2->entries; in ext4_dx_add_entry() 2436 memset(&node2->fake, 0, sizeof(struct fake_dirent)); in ext4_dx_add_entry() 2437 node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize, in ext4_dx_add_entry()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-kmem.c | 196 node2 = evsel__intval(evsel, sample, "node"); in evsel__process_alloc_node_event() local 198 if (node1 != node2) in evsel__process_alloc_node_event()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | fastmap.c | 373 struct rb_node *node, *node2; in unmap_peb() local 377 ubi_rb_for_each_entry(node2, aeb, &av->root, u.rb) { in unmap_peb()
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/ |
D | zd1201.c | 1828 struct hlist_node *node2; in zd1201_disconnect() local 1835 hlist_for_each_entry_safe(frag, node2, &zd->fraglist, fnode) { in zd1201_disconnect()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 67 /sys/devices/system/cpu/cpu42/node2 -> ../../node/node2
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 5612 struct hlist_node *node2; in hclge_fd_rule_exist() local 5615 hlist_for_each_entry_safe(rule, node2, &hdev->fd_rule_list, rule_node) { in hclge_fd_rule_exist() 5632 struct hlist_node *node2; in hclge_fd_update_rule_list() local 5637 hlist_for_each_entry_safe(rule, node2, in hclge_fd_update_rule_list() 6223 struct hlist_node *node2; in hclge_get_fd_rule_info() local 6232 hlist_for_each_entry_safe(rule, node2, &hdev->fd_rule_list, rule_node) { in hclge_get_fd_rule_info() 6299 struct hlist_node *node2; in hclge_get_all_rules() local 6308 hlist_for_each_entry_safe(rule, node2, in hclge_get_all_rules()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2467 struct hlist_node *node2; in igb_set_features() local 2471 hlist_for_each_entry_safe(rule, node2, in igb_set_features()
|