Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dring_buffer.c478 struct buffer_page *commit_page; /* committed pages */ member
631 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()
1307 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()
1912 return rb_page_commit(cpu_buffer->commit_page); in rb_commit_index()
2183 struct buffer_page *commit_page = cpu_buffer->commit_page; in rb_move_tail() local
2197 if (unlikely(next_page == commit_page)) { in rb_move_tail()
2222 if (!rb_is_reader_page(cpu_buffer->commit_page)) { in rb_move_tail()
2250 if (unlikely((cpu_buffer->commit_page != in rb_move_tail()
2252 (cpu_buffer->commit_page == in rb_move_tail()
2451 while (cpu_buffer->commit_page != READ_ONCE(cpu_buffer->tail_page)) { in rb_set_commit_to_write()
[all …]
/Linux-v4.19/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