Lines Matching refs:entries_in
361 root_in = hists->entries_in; in hists__delete_entry()
592 p = &hists->entries_in->rb_root.rb_node; in hists__findnew_entry()
652 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1617 root = hists->entries_in; in hists__get_rotate_entries_in()
1618 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1619 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1910 root = hists->entries_in; in output_resort()
2336 root = hists->entries_in; in hists__add_dummy_entry()
2427 n = hists->entries_in->rb_root.rb_node; in hists__find_entry()
2507 root = leader->entries_in; in hists__match()
2583 root = other->entries_in; in hists__link()
2608 root = hists->entries_in; in hists__unlink()
2783 hists->entries_in = &hists->entries_in_array[0]; in __hists__init()