Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_cumulate.c133 struct rb_root_cached *root_out; in del_hist_entries()
141 root_out = &hists->entries; in del_hist_entries()
143 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
144 node = rb_first_cached(root_out); in del_hist_entries()
147 rb_erase_cached(node, root_out); in del_hist_entries()
134 struct rb_root_cached *root_out; del_hist_entries() local
H A Dhists_output.c98 struct rb_root_cached *root_out; in del_hist_entries()
106 root_out = &hists->entries; in del_hist_entries()
108 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
109 node = rb_first_cached(root_out); in del_hist_entries()
112 rb_erase_cached(node, root_out); in del_hist_entries()
99 struct rb_root_cached *root_out; del_hist_entries() local
/linux/fs/btrfs/
H A Dreflink.c847 struct btrfs_root *root_out = inode_out->root; in btrfs_remap_file_range_prep() local
849 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
/linux/tools/perf/util/
H A Dhist.c451 struct rb_root_cached *root_out; in hists__delete_entry()
455 root_out = &he->parent_he->hroot_out; in hists__delete_entry()
461 root_out = &hists->entries; in hists__delete_entry()
465 rb_erase_cached(&he->rb_node, root_out); in hists__delete_entry()
1967 struct rb_root_cached *root_out, in hists__hierarchy_output_resort()
1974 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
1981 hierarchy_insert_output_entry(root_out, he); in hists__hierarchy_output_resort()
448 struct rb_root_cached *root_out; hists__delete_entry() local
1964 hists__hierarchy_output_resort(struct hists * hists,struct ui_progress * prog,struct rb_root_cached * root_in,struct rb_root_cached * root_out,u64 min_callchain_hits,bool use_callchain) hists__hierarchy_output_resort() argument