/linux-6.3-rc2/drivers/firewire/ |
A 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() 466 root_node->max_hops < ARRAY_SIZE(gap_count_table)) in bm_work() 467 gap_count = gap_count_table[root_node->max_hops]; in bm_work() 509 fw_node_put(root_node); in bm_work()
|
A 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()
|
A D | core-device.c | 910 if (current_node == card->root_node) in lookup_existing_device() 1007 if (device->node == card->root_node) in fw_device_init() 1086 if (device->node == card->root_node) in fw_device_init() 1190 if (node_id == card->root_node->node_id) in fw_device_refresh()
|
A D | core-cdev.c | 354 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A 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.3-rc2/kernel/gcov/ |
A 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.3-rc2/drivers/staging/media/atomisp/include/hmm/ |
A 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.3-rc2/include/linux/ |
A D | of_pdt.h | 36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
|
A D | firewire.h | 109 struct fw_node *root_node; member
|
/linux-6.3-rc2/drivers/of/ |
A 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.3-rc2/drivers/sbus/char/ |
A 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.3-rc2/fs/btrfs/ |
A 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()
|
A D | backref.c | 2412 struct ulist_node *root_node; in iterate_extent_inodes() local 2457 while (!ret && (root_node = ulist_next(ctx->roots, &root_uiter))) { in iterate_extent_inodes() 2460 root_node->val, ref_node->val, in iterate_extent_inodes() 2463 root_node->val, ctx->bytenr, in iterate_extent_inodes()
|
/linux-6.3-rc2/drivers/soc/mediatek/ |
A 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.3-rc2/fs/nfs/ |
A D | dir.c | 2868 struct rb_root *root_node = &nfsi->access_cache; in __nfs_access_zap_cache() local 2873 while ((n = rb_first(root_node)) != NULL) { in __nfs_access_zap_cache() 2875 rb_erase(n, root_node); in __nfs_access_zap_cache() 3073 struct rb_root *root_node = &nfsi->access_cache; in nfs_access_add_rbtree() local 3074 struct rb_node **p = &root_node->rb_node; in nfs_access_add_rbtree() 3094 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree() 3099 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
|
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | maple.c | 450 void *root_node; in check_erase_testset() local 491 root_node = mt->ma_root; in check_erase_testset() 512 root_node = mt->ma_root; in check_erase_testset() 543 MT_BUG_ON(mt, root_node == mt->ma_root); in check_erase_testset() 545 MT_BUG_ON(mt, root_node != mt->ma_root); in check_erase_testset()
|