Home
last modified time | relevance | path

Searched refs:RB_WARN_ON (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dring_buffer.c1181 #define RB_WARN_ON(b, cond) \ macro
1485 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page()
1490 if (RB_WARN_ON(cpu_buffer, rb_list_head(list->prev->next) != list)) in rb_set_head_page()
1510 RB_WARN_ON(cpu_buffer, 1); in rb_set_head_page()
1596 RB_WARN_ON(cpu_buffer, val & RB_FLAG_MASK); in rb_check_bpage()
1602 if (RB_WARN_ON(cpu_buffer, in rb_check_links()
1606 if (RB_WARN_ON(cpu_buffer, in rb_check_links()
3139 RB_WARN_ON(cpu_buffer, list_empty(cpu_buffer->pages)); in rb_remove_pages()
3175 RB_WARN_ON(cpu_buffer, nr_removed); in rb_remove_pages()
3247 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages()
[all …]