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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c621 * rb_list_head - remove any bit
623 static struct list_head *rb_list_head(struct list_head *list) function
663 return rb_list_head(list->next) != &page->list;
771 struct list_head *p = rb_list_head((*bpage)->list.next);
789 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list))
918 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev) != list->prev))
920 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->next) != list->next))
2891 cpu_buffer->reader_page->list.next = rb_list_head(reader->list.next);
2940 rb_list_head(reader->list.next)->prev = &cpu_buffer->reader_page->list;

Completed in 57 milliseconds