Searched refs:entries_in_array (Results 1 – 3 of 3) sorted by relevance
68 struct rb_root entries_in_array[2]; member
586 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()587 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()
120 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT; in hists__init()121 hists->entries_in = &hists->entries_in_array[0]; in hists__init()