Searched refs:commit_page (Results 1 – 1 of 1) sorted by relevance
456 struct buffer_page *commit_page; /* committed pages */ member650 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()1332 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()1937 return rb_page_commit(cpu_buffer->commit_page); in rb_commit_index()2208 struct buffer_page *commit_page = cpu_buffer->commit_page; in rb_move_tail() local2222 if (unlikely(next_page == commit_page)) { in rb_move_tail()2247 if (!rb_is_reader_page(cpu_buffer->commit_page)) { in rb_move_tail()2275 if (unlikely((cpu_buffer->commit_page != in rb_move_tail()2277 (cpu_buffer->commit_page == in rb_move_tail()2476 while (cpu_buffer->commit_page != READ_ONCE(cpu_buffer->tail_page)) { in rb_set_commit_to_write()[all …]