Home
last modified time | relevance | path

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

/kernel/trace/
Dring_buffer.c477 struct buffer_page *tail_page; /* write to tail */ member
1041 struct buffer_page *tail_page, in rb_tail_page_update() argument
1072 if (tail_page == cpu_buffer->tail_page) { in rb_tail_page_update()
1097 old_tail = cmpxchg(&cpu_buffer->tail_page, in rb_tail_page_update()
1098 tail_page, next_page); in rb_tail_page_update()
1100 if (old_tail == tail_page) in rb_tail_page_update()
1284 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()
1468 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
1488 tail_page = &cpu_buffer->tail_page->list; in rb_remove_pages()
1494 if (cpu_buffer->tail_page == cpu_buffer->reader_page) in rb_remove_pages()
[all …]