Searched refs:RB_WARN_ON (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 1079 #define RB_WARN_ON(b, cond) \ macro 1383 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page() 1388 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page() 1408 RB_WARN_ON(cpu_buffer, 1); in rb_set_head_page() 1494 RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK); in rb_check_bpage() 1500 if (RB_WARN_ON(cpu_buffer, in rb_check_links() 1504 if (RB_WARN_ON(cpu_buffer, in rb_check_links() 2861 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages() 2897 RB_WARN_ON(cpu_buffer, nr_removed); in rb_remove_pages() 2969 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages() [all …]
|