/linux-6.6.21/drivers/firewire/ |
D | core-card.c | 291 struct fw_node *root_node; in bm_work() local 310 root_node = card->root_node; in bm_work() 311 fw_node_get(root_node); in bm_work() 312 root_device = root_node->data; in bm_work() 325 root_id = root_node->node_id; in bm_work() 482 root_node->max_hops < ARRAY_SIZE(gap_count_table)) in bm_work() 483 gap_count = gap_count_table[root_node->max_hops]; in bm_work() 525 fw_node_put(root_node); in bm_work()
|
D | core-topology.c | 301 card->root_node = node; in build_tree() 441 if (card->root_node == node1) in update_tree() 442 card->root_node = node0; in update_tree() 491 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map()
|
D | core-device.c | 906 if (current_node == card->root_node) in lookup_existing_device() 1003 if (device->node == card->root_node) in fw_device_init() 1082 if (device->node == card->root_node) in fw_device_init() 1186 if (node_id == card->root_node->node_id) in fw_device_refresh()
|
D | core-cdev.c | 365 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event()
|
/linux-6.6.21/arch/sparc/kernel/ |
D | cpumap.c | 396 struct cpuinfo_node *root_node; in _map_to_cpu() local 404 root_node = &cpuinfo_tree->nodes[0]; in _map_to_cpu() 406 if (unlikely(root_node->num_cpus != num_online_cpus())) { in _map_to_cpu() 412 return cpu_distribution_map[index % root_node->num_cpus]; in _map_to_cpu()
|
/linux-6.6.21/kernel/gcov/ |
D | fs.c | 67 static struct gcov_node root_node; variable 607 while ((node != &root_node) && list_empty(&node->children)) { in remove_node() 685 parent = &root_node; in add_node() 866 init_node(&root_node, NULL, NULL, NULL); in gcov_fs_init() 871 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init() 876 debugfs_create_file("reset", 0600, root_node.dentry, NULL, in gcov_fs_init()
|
/linux-6.6.21/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_bo.h | 53 #define rbtree_node_to_hmm_bo(root_node) \ argument 54 container_of((root_node), struct hmm_buffer_object, node)
|
/linux-6.6.21/include/linux/ |
D | of_pdt.h | 36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
|
D | firewire.h | 109 struct fw_node *root_node; member
|
/linux-6.6.21/drivers/of/ |
D | pdt.c | 200 void __init of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops) in of_pdt_build_devicetree() argument 205 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree()
|
/linux-6.6.21/drivers/sbus/char/ |
D | envctrl.c | 902 struct device_node *root_node; in envctrl_init_i2c_child() local 905 root_node = of_find_node_by_path("/"); in envctrl_init_i2c_child() 906 if (of_node_name_eq(root_node, "SUNW,UltraSPARC-IIi-cEngine")) { in envctrl_init_i2c_child() 910 of_node_put(root_node); in envctrl_init_i2c_child() 913 of_node_put(root_node); in envctrl_init_i2c_child()
|
/linux-6.6.21/fs/btrfs/ |
D | defrag.c | 372 struct extent_buffer *root_node; in btrfs_defrag_leaves() local 375 root_node = btrfs_lock_root_node(root); in btrfs_defrag_leaves() 376 nritems = btrfs_header_nritems(root_node); in btrfs_defrag_leaves() 379 btrfs_node_key_to_cpu(root_node, &root->defrag_max, in btrfs_defrag_leaves() 381 btrfs_tree_unlock(root_node); in btrfs_defrag_leaves() 382 free_extent_buffer(root_node); in btrfs_defrag_leaves()
|
D | backref.c | 2454 struct ulist_node *root_node; in iterate_extent_inodes() local 2499 while (!ret && (root_node = ulist_next(ctx->roots, &root_uiter))) { in iterate_extent_inodes() 2502 root_node->val, ref_node->val, in iterate_extent_inodes() 2505 root_node->val, ctx->bytenr, in iterate_extent_inodes()
|
/linux-6.6.21/drivers/pmdomain/mediatek/ |
D | mtk-pm-domains.c | 311 struct device_node *root_node = scpsys->dev->of_node; in scpsys_add_one_domain() local 355 scpsys->dev->of_node = root_node; in scpsys_add_one_domain()
|
/linux-6.6.21/fs/nfs/ |
D | dir.c | 2873 struct rb_root *root_node = &nfsi->access_cache; in __nfs_access_zap_cache() local 2878 while ((n = rb_first(root_node)) != NULL) { in __nfs_access_zap_cache() 2880 rb_erase(n, root_node); in __nfs_access_zap_cache() 3078 struct rb_root *root_node = &nfsi->access_cache; in nfs_access_add_rbtree() local 3079 struct rb_node **p = &root_node->rb_node; in nfs_access_add_rbtree() 3098 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree() 3103 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
|
/linux-6.6.21/tools/testing/radix-tree/ |
D | maple.c | 494 void *root_node; in check_erase_testset() local 535 root_node = mt->ma_root; in check_erase_testset() 556 root_node = mt->ma_root; in check_erase_testset() 587 MT_BUG_ON(mt, root_node == mt->ma_root); in check_erase_testset() 589 MT_BUG_ON(mt, root_node != mt->ma_root); in check_erase_testset()
|