Searched refs:commit_page (Results 1 – 2 of 2) sorted by relevance
506 struct buffer_page *commit_page; /* committed pages */ member887 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()1577 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()2248 return rb_page_commit(cpu_buffer->commit_page); in rb_commit_index()2520 struct buffer_page *commit_page = cpu_buffer->commit_page; in rb_move_tail() local2534 if (unlikely(next_page == commit_page)) { in rb_move_tail()2559 if (!rb_is_reader_page(cpu_buffer->commit_page)) { in rb_move_tail()2587 if (unlikely((cpu_buffer->commit_page != in rb_move_tail()2589 (cpu_buffer->commit_page == in rb_move_tail()2780 return cpu_buffer->commit_page->page == (void *)addr && in rb_event_is_commit()[all …]
49 commit_page113 The head_page, tail_page and commit_page are all initialized to point