Searched refs:RB_EMPTY_ROOT (Results 1 – 11 of 11) sorted by relevance
144 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()237 TEST_ASSERT_VAL("callchains expected", !RB_EMPTY_ROOT(root)); in do_test()
109 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries()
39 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) macro
448 if (!RB_EMPTY_ROOT(&cgroups)) { in trace_cleanup_bpf_summary()
589 while (!RB_EMPTY_ROOT(&env->cgroups.tree)) { in perf_env__purge_cgroups()
696 while (!RB_EMPTY_ROOT(root)) { in global_var_type__tree_delete()791 if (RB_EMPTY_ROOT(dso__global_vars(dso))) in get_global_var_type()1705 while (!RB_EMPTY_ROOT(root)) { in annotated_data_type__tree_delete()
738 return !RB_EMPTY_ROOT(&RC_CHK_ACCESS(dso)->symbols.rb_root); in dso__has_symbols()
840 while (!RB_EMPTY_ROOT(&con->cgroups)) { in lock_contention_finish()
1157 if (RB_EMPTY_ROOT(root)) { in print_summary()
3033 while (!RB_EMPTY_ROOT(&root->rb_root)) { in hists__delete_remaining_entries()
342 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()345 !RB_EMPTY_ROOT(&child->rb_root); in callchain_node__init_have_children_rb_tree()362 chain->has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children()388 he->has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children()391 he->has_children = !RB_EMPTY_ROOT(&he->hroot_out.rb_root); in hist_entry__init_have_children()
Completed in 33 milliseconds