Searched refs:rb_root_in (Results 1 – 2 of 2) sorted by relevance
419 n = rb_first(&node->rb_root_in); in __sort_chain_flat()450 n = rb_first(&node->rb_root_in); in __sort_chain_graph_abs()481 n = rb_first(&node->rb_root_in); in __sort_chain_graph_rel()543 new->rb_root_in = parent->rb_root_in; in create_child()544 parent->rb_root_in = RB_ROOT; in create_child()546 n = rb_first(&new->rb_root_in); in create_child()842 p = parent->rb_root_in.rb_node; in split_add_child()1020 n = rb_first(&src->rb_root_in); in merge_chain_branch()1261 n = rb_first(&node->rb_root_in); in callchain_node_branch_counts_cumul()1472 n = rb_first(&node->rb_root_in); in free_callchain_node()[all …]
66 struct rb_root rb_root_in; /* input tree of children */ member181 root->node.rb_root_in = RB_ROOT; in callchain_init()
Completed in 7 milliseconds