Searched refs:root_node (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-card.c | 388 struct fw_node *root_node __free(node_unref) = NULL; in DEFINE_FREE() 402 root_node = fw_node_get(card->root_node); in DEFINE_FREE() 404 root_id = root_node->node_id; in DEFINE_FREE() 469 struct fw_device *root_device = fw_node_get_device(root_node); in DEFINE_FREE() 507 root_node->max_hops < ARRAY_SIZE(gap_count_table)) in DEFINE_FREE() 508 expected_gap_count = gap_count_table[root_node->max_hops]; in DEFINE_FREE() 538 struct fw_device *root_device = fw_node_get_device(root_node); in DEFINE_FREE()
|
| H A D | core-topology.c | 251 card->root_node = node; in build_tree() 393 if (card->root_node == node1) in update_tree() 394 card->root_node = node0; in update_tree() 504 card->root_node->node_id, self_ids, self_id_count); in fw_core_handle_bus_reset()
|
| /linux/arch/sparc/kernel/ |
| H 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/kernel/gcov/ |
| H 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/drivers/sbus/char/ |
| H 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/include/linux/ |
| H A D | of_pdt.h | 36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
|
| /linux/fs/nfs/ |
| H A D | dir.c | 2955 struct rb_root *root_node = &nfsi->access_cache; in __nfs_access_zap_cache() local 2960 while ((n = rb_first(root_node)) != NULL) { in __nfs_access_zap_cache() 2962 rb_erase(n, root_node); in __nfs_access_zap_cache() 3160 struct rb_root *root_node = &nfsi->access_cache; in nfs_access_add_rbtree() local 3161 struct rb_node **p = &root_node->rb_node; in nfs_access_add_rbtree() 3180 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree() 3185 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 92 void *root_node; in check_erase_testset() local 133 root_node = mt->ma_root; in check_erase_testset() 154 root_node = mt->ma_root; in check_erase_testset() 185 MT_BUG_ON(mt, root_node == mt->ma_root); in check_erase_testset() 187 MT_BUG_ON(mt, root_node != mt->ma_root); in check_erase_testset()
|