Home
last modified time | relevance | path

Searched refs:root_node (Results 1 – 15 of 15) sorted by relevance

/linux/fs/btrfs/
A Dtree-defrag.c51 struct extent_buffer *root_node; in btrfs_defrag_leaves() local
54 root_node = btrfs_lock_root_node(root); in btrfs_defrag_leaves()
55 nritems = btrfs_header_nritems(root_node); in btrfs_defrag_leaves()
58 btrfs_node_key_to_cpu(root_node, &root->defrag_max, in btrfs_defrag_leaves()
60 btrfs_tree_unlock(root_node); in btrfs_defrag_leaves()
61 free_extent_buffer(root_node); in btrfs_defrag_leaves()
A Dbackref.c1956 struct ulist_node *root_node = NULL; local
1993 while (!ret && (root_node = ulist_next(roots, &root_uiter))) {
1996 root_node->val, ref_node->val,
2001 root_node->val,
/linux/drivers/firewire/
A Dcore-card.c291 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 Dcore-topology.c301 card->root_node = node; in build_tree()
444 if (card->root_node == node1) in update_tree()
445 card->root_node = node0; in update_tree()
494 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map()
A Dcore-device.c912 if (current_node == card->root_node) in lookup_existing_device()
1009 if (device->node == card->root_node) in fw_device_init()
1088 if (device->node == card->root_node) in fw_device_init()
1192 if (node_id == card->root_node->node_id) in fw_device_refresh()
A Dcore-cdev.c353 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event()
/linux/arch/sparc/kernel/
A Dcpumap.c396 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/
A Dfs.c67 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/staging/media/atomisp/include/hmm/
A Dhmm_bo.h53 #define rbtree_node_to_hmm_bo(root_node) \ argument
54 container_of((root_node), struct hmm_buffer_object, node)
/linux/drivers/sbus/char/
A Denvctrl.c902 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/drivers/of/
A Dpdt.c200 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/include/linux/
A Dof_pdt.h36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
A Dfirewire.h109 struct fw_node *root_node; member
/linux/drivers/soc/mediatek/
A Dmtk-pm-domains.c299 struct device_node *root_node = scpsys->dev->of_node; in scpsys_add_one_domain() local
343 scpsys->dev->of_node = root_node; in scpsys_add_one_domain()
/linux/fs/nfs/
A Ddir.c2625 struct rb_root *root_node = &nfsi->access_cache; in __nfs_access_zap_cache() local
2630 while ((n = rb_first(root_node)) != NULL) { in __nfs_access_zap_cache()
2632 rb_erase(n, root_node); in __nfs_access_zap_cache()
2766 struct rb_root *root_node = &nfsi->access_cache; in nfs_access_add_rbtree() local
2767 struct rb_node **p = &root_node->rb_node; in nfs_access_add_rbtree()
2786 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree()
2791 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()

Completed in 57 milliseconds