Home
last modified time | relevance | path

Searched refs:root_out (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A 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()
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
1788 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
1795 hierarchy_insert_output_entry(root_out, he); in hists__hierarchy_output_resort()
1778 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
/kernel/linux/linux-6.6/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()
1823 struct rb_root_cached *root_out, in hists__hierarchy_output_resort()
1830 *root_out = RB_ROOT_CACHED; in hists__hierarchy_output_resort()
1837 hierarchy_insert_output_entry(root_out, he); in hists__hierarchy_output_resort()
1820 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
/kernel/linux/linux-5.10/fs/btrfs/
H A Dreflink.c758 struct btrfs_root *root_out = BTRFS_I(inode_out)->root; in btrfs_remap_file_range_prep() local
760 if (btrfs_root_readonly(root_out)) in btrfs_remap_file_range_prep()
/kernel/linux/linux-6.6/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()

Completed in 14 milliseconds