Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dring_buffer.c725 static struct list_head *rb_list_head(struct list_head *list);
747 next = rb_list_head(page->list.next); in verify_event()
1270 static struct list_head *rb_list_head(struct list_head *list) in rb_list_head() function
1309 return rb_list_head(list->next) != &page->list; in rb_is_reader_page()
1415 struct list_head *p = rb_list_head((*bpage)->list.next); in rb_inc_page()
1433 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page()
1551 struct list_head *head = rb_list_head(cpu_buffer->pages); in rb_check_pages()
1555 rb_list_head(rb_list_head(head->next)->prev) != head)) in rb_check_pages()
1559 rb_list_head(rb_list_head(head->prev)->next) != head)) in rb_check_pages()
1562 for (tmp = rb_list_head(head->next); tmp != head; tmp = rb_list_head(tmp->next)) { in rb_check_pages()
[all …]