Searched refs:tail_page (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 430 struct buffer_page *tail_page; member 492 * head_page == tail_page && head == tail then buffer is empty. 507 struct buffer_page *tail_page; /* write to tail */ member 730 struct buffer_page *tail_page = READ_ONCE(cpu_buffer->tail_page); in verify_event() local 739 if (page == tail_page || WARN_ON_ONCE(stop++ > 100)) in verify_event() 807 return rb_fix_abs_ts(ts, cpu_buffer->tail_page->page->time_stamp); in ring_buffer_event_time_stamp() 1474 struct buffer_page *tail_page, in rb_tail_page_update() 1504 if (tail_page == READ_ONCE(cpu_buffer->tail_page)) { in rb_tail_page_update() 1473 rb_tail_page_update(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *tail_page, struct buffer_page *next_page) rb_tail_page_update() argument 1891 struct list_head *tail_page, *to_remove, *next_page; rb_remove_pages() local 2450 rb_handle_head_page(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *tail_page, struct buffer_page *next_page) rb_handle_head_page() argument 2608 struct buffer_page *tail_page = info->tail_page; rb_reset_tail() local 2690 struct buffer_page *tail_page = info->tail_page; rb_move_tail() local 3499 struct buffer_page *tail_page; __rb_reserve_next() local [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer.c | 433 struct buffer_page *tail_page; member 492 * head_page == tail_page && head == tail then buffer is empty. 507 struct buffer_page *tail_page; /* write to tail */ member 1397 struct buffer_page *tail_page, in rb_tail_page_update() 1427 if (tail_page == READ_ONCE(cpu_buffer->tail_page)) { in rb_tail_page_update() 1452 /* Again, either we update tail_page or an interrupt does */ in rb_tail_page_update() 1453 (void)cmpxchg(&cpu_buffer->tail_page, tail_page, next_page); in rb_tail_page_update() 1649 cpu_buffer->tail_page in rb_allocate_cpu_buffer() 1396 rb_tail_page_update(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *tail_page, struct buffer_page *next_page) rb_tail_page_update() argument 1821 struct list_head *tail_page, *to_remove, *next_page; rb_remove_pages() local 2370 rb_handle_head_page(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *tail_page, struct buffer_page *next_page) rb_handle_head_page() argument 2528 struct buffer_page *tail_page = info->tail_page; rb_reset_tail() local 2610 struct buffer_page *tail_page = info->tail_page; rb_move_tail() local 3298 struct buffer_page *tail_page; __rb_reserve_next() local [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | inode.c | 583 struct page *tail_page; in convert_tail_for_hole() local 600 tail_page = grab_cache_page(inode->i_mapping, index); in convert_tail_for_hole() 602 if (!tail_page) { in convert_tail_for_hole() 606 tail_page = hole_page; in convert_tail_for_hole() 619 fix_tail_page_for_writing(tail_page); in convert_tail_for_hole() 620 retval = __reiserfs_write_begin(tail_page, tail_start, in convert_tail_for_hole() 626 flush_dcache_page(tail_page); in convert_tail_for_hole() 628 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end); in convert_tail_for_hole() 631 if (tail_page != hole_page) { in convert_tail_for_hole() 632 unlock_page(tail_page); in convert_tail_for_hole() [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | inode.c | 575 struct page *tail_page; in convert_tail_for_hole() local 592 tail_page = grab_cache_page(inode->i_mapping, index); in convert_tail_for_hole() 594 if (!tail_page) { in convert_tail_for_hole() 598 tail_page = hole_page; in convert_tail_for_hole() 611 fix_tail_page_for_writing(tail_page); in convert_tail_for_hole() 612 retval = __reiserfs_write_begin(tail_page, tail_start, in convert_tail_for_hole() 618 flush_dcache_page(tail_page); in convert_tail_for_hole() 620 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end); in convert_tail_for_hole() 623 if (tail_page != hole_page) { in convert_tail_for_hole() 624 unlock_page(tail_page); in convert_tail_for_hole() [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 1603 struct RECORD_PAGE_HDR *tail_page = NULL; in last_log_lsn() local 1780 tail_page = NULL; in last_log_lsn() 1793 tail_page = cur_page; in last_log_lsn() 1834 tail_page = NULL; in last_log_lsn() 1873 tail_page = first_tail; in last_log_lsn() 1880 if (!tail_page || in last_log_lsn() 1885 tail_page = second_tail; in last_log_lsn() 1891 if (tail_page) { in last_log_lsn() 1893 lsn_cur = le64_to_cpu(tail_page->record_hdr.last_end_lsn); in last_log_lsn() 1901 tail_page in last_log_lsn() [all...] |
Completed in 17 milliseconds