Searched refs:rb_list_head (Results 1 – 1 of 1) sorted by relevance
1098 static struct list_head *rb_list_head(struct list_head *list) in rb_list_head() function1138 return rb_list_head(list->next) != &page->list; in rb_is_reader_page()1246 struct list_head *p = rb_list_head((*bpage)->list.next); in rb_inc_page()1264 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page()1385 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev) != list->prev)) in rb_check_list()1387 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->next) != list->next)) in rb_check_list()1770 tail_page = rb_list_head(tail_page->next); in rb_remove_pages()1774 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()1778 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()1782 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()[all …]