Searched refs:next_page (Results 1 – 1 of 1) sorted by relevance
/kernel/trace/ |
D | ring_buffer.c | 1015 struct buffer_page *next_page) in rb_tail_page_update() argument 1031 old_write = local_add_return(RB_WRITE_INTCNT, &next_page->write); in rb_tail_page_update() 1032 old_entries = local_add_return(RB_WRITE_INTCNT, &next_page->entries); in rb_tail_page_update() 1060 (void)local_cmpxchg(&next_page->write, old_write, val); in rb_tail_page_update() 1061 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update() 1068 local_set(&next_page->page->commit, 0); in rb_tail_page_update() 1071 tail_page, next_page); in rb_tail_page_update() 1441 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local 1480 next_page = rb_list_head(to_remove)->next; in rb_remove_pages() 1487 tail_page->next = (struct list_head *)((unsigned long)next_page | in rb_remove_pages() [all …]
|