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

/linux-master/tools/perf/tests/
H A Dhists_cumulate.c134 struct rb_root_cached *root_out; local
142 root_out = &hists->entries;
144 while (!RB_EMPTY_ROOT(&root_out->rb_root)) {
145 node = rb_first_cached(root_out);
148 rb_erase_cached(node, root_out);
H A Dhists_output.c99 struct rb_root_cached *root_out; local
107 root_out = &hists->entries;
109 while (!RB_EMPTY_ROOT(&root_out->rb_root)) {
110 node = rb_first_cached(root_out);
113 rb_erase_cached(node, root_out);
/linux-master/tools/perf/util/
H A Dhist.c362 struct rb_root_cached *root_out; local
366 root_out = &he->parent_he->hroot_out;
372 root_out = &hists->entries;
376 rb_erase_cached(&he->rb_node, root_out);
1821 struct rb_root_cached *root_out,
1828 *root_out = RB_ROOT_CACHED;
1835 hierarchy_insert_output_entry(root_out, he);
1818 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) argument
/linux-master/fs/btrfs/
H A Dreflink.c804 struct btrfs_root *root_out = BTRFS_I(inode_out)->root; local
806 if (btrfs_root_readonly(root_out))

Completed in 120 milliseconds