Searched refs:RB_WARN_ON (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
D | ring_buffer.c | 964 #define RB_WARN_ON(b, cond) \ macro 1259 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page() 1264 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page() 1284 RB_WARN_ON(cpu_buffer, 1); in rb_set_head_page() 1373 if (RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK)) in rb_check_bpage() 1385 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev) != list->prev)) in rb_check_list() 1387 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->next) != list->next)) in rb_check_list() 1410 if (RB_WARN_ON(cpu_buffer, head->next->prev != head)) in rb_check_pages() 1412 if (RB_WARN_ON(cpu_buffer, head->prev->next != head)) in rb_check_pages() 1419 if (RB_WARN_ON(cpu_buffer, in rb_check_pages() [all …]
|