• Home
  • Raw
  • Download

Lines Matching refs:pages

469 	struct list_head		*pages;  member
1332 rb_list_head_clear(cpu_buffer->pages); in rb_head_page_deactivate()
1334 list_for_each(hd, cpu_buffer->pages) in rb_head_page_deactivate()
1407 list = cpu_buffer->pages; in rb_set_head_page()
1532 struct list_head *head = rb_list_head(cpu_buffer->pages); in rb_check_pages()
1557 long nr_pages, struct list_head *pages) in __rb_allocate_pages() argument
1603 list_add(&bpage->list, pages); in __rb_allocate_pages()
1620 list_for_each_entry_safe(bpage, tmp, pages, list) { in __rb_allocate_pages()
1633 LIST_HEAD(pages); in rb_allocate_pages()
1637 if (__rb_allocate_pages(cpu_buffer, nr_pages, &pages)) in rb_allocate_pages()
1645 cpu_buffer->pages = pages.next; in rb_allocate_pages()
1646 list_del(&pages); in rb_allocate_pages()
1701 = list_entry(cpu_buffer->pages, struct buffer_page, list); in rb_allocate_cpu_buffer()
1718 struct list_head *head = cpu_buffer->pages; in rb_free_cpu_buffer()
1948 cpu_buffer->pages = next_page; in rb_remove_pages()
1965 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages()
2009 struct list_head *pages = &cpu_buffer->new_pages; in rb_insert_pages() local
2039 first_page = pages->next; in rb_insert_pages()
2040 last_page = pages->prev; in rb_insert_pages()
2063 INIT_LIST_HEAD(pages); in rb_insert_pages()
4579 cpu_buffer->pages = &new_head->list; in rb_swap_reader_page_ext()
4624 cpu_buffer->pages = reader->list.prev; in rb_swap_reader_page()
5407 = list_entry(cpu_buffer->pages, struct buffer_page, list); in rb_reset_cpu()
5409 list_for_each_entry(page, cpu_buffer->pages, list) { in rb_reset_cpu()