Searched refs:RB_WARN_ON (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/kernel/trace/ |
| D | ring_buffer.c | 1173 #define RB_WARN_ON(b, cond) \ macro 1465 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page() 1470 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page() 1490 RB_WARN_ON(cpu_buffer, 1); in rb_set_head_page() 1576 RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK); in rb_check_bpage() 1591 if (RB_WARN_ON(cpu_buffer, in rb_check_pages() 1595 if (RB_WARN_ON(cpu_buffer, in rb_check_pages() 1600 if (RB_WARN_ON(cpu_buffer, in rb_check_pages() 1604 if (RB_WARN_ON(cpu_buffer, in rb_check_pages() 1991 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages() [all …]
|