root_out         3837 fs/btrfs/ioctl.c 		struct btrfs_root *root_out = BTRFS_I(inode_out)->root;
root_out         3839 fs/btrfs/ioctl.c 		if (btrfs_root_readonly(root_out))
root_out          130 tools/perf/tests/hists_cumulate.c 	struct rb_root_cached *root_out;
root_out          138 tools/perf/tests/hists_cumulate.c 	root_out = &hists->entries;
root_out          140 tools/perf/tests/hists_cumulate.c 	while (!RB_EMPTY_ROOT(&root_out->rb_root)) {
root_out          141 tools/perf/tests/hists_cumulate.c 		node = rb_first_cached(root_out);
root_out          144 tools/perf/tests/hists_cumulate.c 		rb_erase_cached(node, root_out);
root_out           96 tools/perf/tests/hists_output.c 	struct rb_root_cached *root_out;
root_out          104 tools/perf/tests/hists_output.c 	root_out = &hists->entries;
root_out          106 tools/perf/tests/hists_output.c 	while (!RB_EMPTY_ROOT(&root_out->rb_root)) {
root_out          107 tools/perf/tests/hists_output.c 		node = rb_first_cached(root_out);
root_out          110 tools/perf/tests/hists_output.c 		rb_erase_cached(node, root_out);
root_out          337 tools/perf/util/hist.c 	struct rb_root_cached *root_out;
root_out          341 tools/perf/util/hist.c 		root_out = &he->parent_he->hroot_out;
root_out          347 tools/perf/util/hist.c 		root_out = &hists->entries;
root_out          351 tools/perf/util/hist.c 	rb_erase_cached(&he->rb_node, root_out);
root_out         1734 tools/perf/util/hist.c 					   struct rb_root_cached *root_out,
root_out         1741 tools/perf/util/hist.c 	*root_out = RB_ROOT_CACHED;
root_out         1748 tools/perf/util/hist.c 		hierarchy_insert_output_entry(root_out, he);