Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dring_buffer.c509 struct buffer_page *commit_page; /* committed pages */ member
774 struct buffer_page *page = cpu_buffer->commit_page; in verify_event()
1079 pagebusy = cpu_buffer->reader_page == cpu_buffer->commit_page; in ring_buffer_wait()
1784 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()
2450 return rb_page_commit(cpu_buffer->commit_page); in rb_commit_index()
2729 struct buffer_page *commit_page = cpu_buffer->commit_page; in rb_move_tail() local
2743 if (unlikely(next_page == commit_page)) { in rb_move_tail()
2768 if (!rb_is_reader_page(cpu_buffer->commit_page)) { in rb_move_tail()
2796 if (unlikely((cpu_buffer->commit_page != in rb_move_tail()
2798 (cpu_buffer->commit_page == in rb_move_tail()
[all …]
/linux-6.1.9/Documentation/trace/
Dring-buffer-design.rst49 commit_page
113 The head_page, tail_page and commit_page are all initialized to point