Lines Matching refs:entries_in
324 root_in = hists->entries_in; in hists__delete_entry()
517 p = &hists->entries_in->rb_node; in hists__findnew_entry()
573 rb_insert_color(&he->rb_node_in, hists->entries_in); in hists__findnew_entry()
1451 root = hists->entries_in; in hists__get_rotate_entries_in()
1452 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()
1453 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
1737 root = hists->entries_in; in output_resort()
2152 root = hists->entries_in; in hists__add_dummy_entry()
2238 n = hists->entries_in->rb_node; in hists__find_entry()
2318 root = leader->entries_in; in hists__match()
2394 root = other->entries_in; in hists__link()
2570 hists->entries_in = &hists->entries_in_array[0]; in __hists__init()