Searched refs:RB_WARN_ON (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 1107 #define RB_WARN_ON(b, cond) \ macro 1411 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page() 1416 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page() 1436 RB_WARN_ON(cpu_buffer, 1); in rb_set_head_page() 1522 RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK); in rb_check_bpage() 1528 if (RB_WARN_ON(cpu_buffer, in rb_check_links() 1532 if (RB_WARN_ON(cpu_buffer, in rb_check_links() 2783 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages() 2819 RB_WARN_ON(cpu_buffer, nr_removed); in rb_remove_pages() 2891 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages() [all …]
|