Lines Matching refs:entries_in
365 root_in = hists->entries_in; in hists__delete_entry()
595 p = &hists->entries_in->rb_root.rb_node; in hists__findnew_entry()
655 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1623 root = hists->entries_in; in hists__get_rotate_entries_in()
1624 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1625 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1916 root = hists->entries_in; in output_resort()
2347 root = hists->entries_in; in hists__add_dummy_entry()
2438 n = hists->entries_in->rb_root.rb_node; in hists__find_entry()
2518 root = leader->entries_in; in hists__match()
2594 root = other->entries_in; in hists__link()
2619 root = hists->entries_in; in hists__unlink()
2801 hists->entries_in = &hists->entries_in_array[0]; in __hists__init()