Searched refs:RB_WARN_ON (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 1164 #define RB_WARN_ON(b, cond) \ macro 1468 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page() 1473 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page() 1493 RB_WARN_ON(cpu_buffer, 1); in rb_set_head_page() 1579 RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK); in rb_check_bpage() 1585 if (RB_WARN_ON(cpu_buffer, in rb_check_links() 1589 if (RB_WARN_ON(cpu_buffer, in rb_check_links() 3108 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages() 3144 RB_WARN_ON(cpu_buffer, nr_removed); in rb_remove_pages() 3216 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages() [all …]
|