Lines Matching refs:pages
453 struct list_head *pages; member
942 rb_list_head_clear(cpu_buffer->pages); in rb_head_page_deactivate()
944 list_for_each(hd, cpu_buffer->pages) in rb_head_page_deactivate()
1018 list = cpu_buffer->pages; in rb_set_head_page()
1156 struct list_head *head = cpu_buffer->pages; in rb_check_pages()
1189 static int __rb_allocate_pages(long nr_pages, struct list_head *pages, int cpu) in __rb_allocate_pages() argument
1233 list_add(&bpage->list, pages); in __rb_allocate_pages()
1250 list_for_each_entry_safe(bpage, tmp, pages, list) { in __rb_allocate_pages()
1263 LIST_HEAD(pages); in rb_allocate_pages()
1267 if (__rb_allocate_pages(nr_pages, &pages, cpu_buffer->cpu)) in rb_allocate_pages()
1275 cpu_buffer->pages = pages.next; in rb_allocate_pages()
1276 list_del(&pages); in rb_allocate_pages()
1331 = list_entry(cpu_buffer->pages, struct buffer_page, list); in rb_allocate_cpu_buffer()
1348 struct list_head *head = cpu_buffer->pages; in rb_free_cpu_buffer()
1549 cpu_buffer->pages = next_page; in rb_remove_pages()
1566 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages()
1609 struct list_head *pages = &cpu_buffer->new_pages; in rb_insert_pages() local
1639 first_page = pages->next; in rb_insert_pages()
1640 last_page = pages->prev; in rb_insert_pages()
1663 INIT_LIST_HEAD(pages); in rb_insert_pages()
3738 cpu_buffer->pages = reader->list.prev; in rb_get_reader_page()
4356 = list_entry(cpu_buffer->pages, struct buffer_page, list); in rb_reset_cpu()