Searched refs:entries_in_array (Results 1 – 3 of 3) sorted by relevance
51 struct rb_root entries_in_array[2]; member
40 hists->entries_in_array[0] = hists->entries_in_array[1] = RB_ROOT; in hists__init()41 hists->entries_in = &hists->entries_in_array[0]; in hists__init()
343 if (++hists->entries_in > &hists->entries_in_array[1]) in hists__get_rotate_entries_in()344 hists->entries_in = &hists->entries_in_array[0]; in hists__get_rotate_entries_in()