Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dring_buffer.c626 static struct list_head *rb_list_head(struct list_head *list) in rb_list_head() function
666 return rb_list_head(list->next) != &page->list; in rb_is_reader_page()
774 struct list_head *p = rb_list_head((*bpage)->list.next); in rb_inc_page()
792 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page()
921 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev) != list->prev)) in rb_check_list()
923 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->next) != list->next)) in rb_check_list()
3043 cpu_buffer->reader_page->list.next = rb_list_head(reader->list.next); in rb_get_reader_page()
3092 rb_list_head(reader->list.next)->prev = &cpu_buffer->reader_page->list; in rb_get_reader_page()