Lines Matching refs:entries_in
370 root_in = hists->entries_in; in hists__delete_entry()
600 p = &hists->entries_in->rb_root.rb_node; in hists__findnew_entry()
660 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1628 root = hists->entries_in; in hists__get_rotate_entries_in()
1629 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1630 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1921 root = hists->entries_in; in output_resort()
2357 root = hists->entries_in; in hists__add_dummy_entry()
2448 n = hists->entries_in->rb_root.rb_node; in hists__find_entry()
2528 root = leader->entries_in; in hists__match()
2604 root = other->entries_in; in hists__link()
2629 root = hists->entries_in; in hists__unlink()
2815 hists->entries_in = &hists->entries_in_array[0]; in __hists__init()