Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_cumulate.c134 struct rb_root_cached *root_out; in del_hist_entries() local
142 root_out = &hists->entries; in del_hist_entries()
144 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
145 node = rb_first_cached(root_out); in del_hist_entries()
148 rb_erase_cached(node, root_out); in del_hist_entries()
H A Dhists_output.c99 struct rb_root_cached *root_out; in del_hist_entries() local
107 root_out = &hists->entries; in del_hist_entries()
109 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
110 node = rb_first_cached(root_out); in del_hist_entries()
113 rb_erase_cached(node, root_out); in del_hist_entries()
/openbmc/linux/tools/perf/util/
H A Dhist.c362 struct rb_root_cached *root_out; in hists__delete_entry() local
366 root_out = &he->parent_he->hroot_out; in hists__delete_entry()
372 root_out = &hists->entries; in hists__delete_entry()
376 rb_erase_cached(&he->rb_node, root_out); in hists__delete_entry()
1828 struct rb_root_cached *root_out, in hists__hierarchy_output_resort() argument
1835 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
1842 hierarchy_insert_output_entry(root_out, he); in hists__hierarchy_output_resort()
/openbmc/linux/fs/btrfs/
H A Dreflink.c805 struct btrfs_root *root_out = BTRFS_I(inode_out)->root; in btrfs_remap_file_range_prep() local
807 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()