Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dring_buffer.c647 next = rb_list_head(page->list.next); in verify_event()
1245 return rb_list_head(list->next) != &page->list; in rb_is_reader_page()
1487 rb_list_head(rb_list_head(list->next)->prev) != list)) in rb_check_links()
1491 rb_list_head(rb_list_head(list->prev)->next) != list)) in rb_check_links()
1535 head = rb_list_head(cpu_buffer->pages); in rb_check_pages()
1551 tmp = rb_list_head(tmp->next); in rb_check_pages()
2634 tail_page = rb_list_head(tail_page->next); in rb_remove_pages()
2638 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()
2642 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()
2648 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
[all …]