Searched refs:tail_page (Results 1 – 1 of 1) sorted by relevance
477 struct buffer_page *tail_page; /* write to tail */ member1041 struct buffer_page *tail_page, in rb_tail_page_update() argument1072 if (tail_page == cpu_buffer->tail_page) { in rb_tail_page_update()1097 old_tail = cmpxchg(&cpu_buffer->tail_page, in rb_tail_page_update()1098 tail_page, next_page); in rb_tail_page_update()1100 if (old_tail == tail_page) in rb_tail_page_update()1284 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()1468 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local1488 tail_page = &cpu_buffer->tail_page->list; in rb_remove_pages()1494 if (cpu_buffer->tail_page == cpu_buffer->reader_page) in rb_remove_pages()[all …]