Home
last modified time | relevance | path

Searched refs:root_out (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/perf/tests/
Dhists_cumulate.c130 struct rb_root_cached *root_out; in del_hist_entries() local
138 root_out = &hists->entries; in del_hist_entries()
140 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
141 node = rb_first_cached(root_out); in del_hist_entries()
144 rb_erase_cached(node, root_out); in del_hist_entries()
Dhists_output.c96 struct rb_root_cached *root_out; in del_hist_entries() local
104 root_out = &hists->entries; in del_hist_entries()
106 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
107 node = rb_first_cached(root_out); in del_hist_entries()
110 rb_erase_cached(node, root_out); in del_hist_entries()
/Linux-v5.10/tools/perf/util/
Dhist.c352 struct rb_root_cached *root_out; in hists__delete_entry() local
356 root_out = &he->parent_he->hroot_out; in hists__delete_entry()
362 root_out = &hists->entries; in hists__delete_entry()
366 rb_erase_cached(&he->rb_node, root_out); in hists__delete_entry()
1781 struct rb_root_cached *root_out, in hists__hierarchy_output_resort() argument
1788 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
1795 hierarchy_insert_output_entry(root_out, he); in hists__hierarchy_output_resort()
/Linux-v5.10/fs/btrfs/
Dreflink.c711 struct btrfs_root *root_out = BTRFS_I(inode_out)->root; in btrfs_remap_file_range_prep() local
713 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()