Home
last modified time | relevance | path

Searched refs:commit_page (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/trace/
Dring_buffer.c445 struct buffer_page *commit_page; /* committed pages */ member
598 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()
1251 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()
1879 return rb_page_commit(cpu_buffer->commit_page); in rb_commit_index()
2146 struct buffer_page *commit_page = cpu_buffer->commit_page; in rb_move_tail() local
2161 if (unlikely(next_page == commit_page)) { in rb_move_tail()
2186 if (!rb_is_reader_page(cpu_buffer->commit_page)) { in rb_move_tail()
2214 if (unlikely((cpu_buffer->commit_page != in rb_move_tail()
2216 (cpu_buffer->commit_page == in rb_move_tail()
2413 while (cpu_buffer->commit_page != cpu_buffer->tail_page) { in rb_set_commit_to_write()
[all …]
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt36 commit_page - a pointer to the page with the last finished non-nested write.
96 The head_page, tail_page and commit_page are all initialized to point