Searched refs:head_page (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
D | ring_buffer.c | 504 struct buffer_page *head_page; /* read from head */ member 559 struct buffer_page *head_page; member 1161 head = cpu_buffer->head_page; in rb_head_page_activate() 1259 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page() 1267 page = head = cpu_buffer->head_page; in rb_set_head_page() 1277 cpu_buffer->head_page = page; in rb_set_head_page() 1405 if (cpu_buffer->head_page) in rb_check_pages() 1575 cpu_buffer->head_page in rb_allocate_cpu_buffer() 1577 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer() 1799 cpu_buffer->head_page = list_entry(next_page, in rb_remove_pages() [all …]
|
D | trace.h | 910 extern void *head_page(struct trace_array_cpu *data);
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | umem_odp.c | 504 struct page *head_page = compound_head(page); in ib_umem_odp_unmap_dma_pages() local 514 set_page_dirty(head_page); in ib_umem_odp_unmap_dma_pages()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | ring-buffer-design.rst | 43 head_page 113 The head_page, tail_page and commit_page are all initialized to point 123 it will swap its page with the head_page. The old reader page will 124 become part of the ring buffer and the head_page will be removed. 421 of the head_page pointer with the swapping of pages with the reader.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 1758 struct page *page, *head_page; in sg_fd_to_skb() local 1815 head_page = virt_to_head_page(sg_vaddr); in sg_fd_to_skb() 1820 (page_address(page) - page_address(head_page)); in sg_fd_to_skb() 1830 skb_add_rx_frag(skb, i - 1, head_page, frag_off, in sg_fd_to_skb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 138 struct page *page, *head_page; in dpaa2_eth_build_frag_skb() local 181 head_page = virt_to_head_page(sg_vaddr); in dpaa2_eth_build_frag_skb() 190 (page_address(page) - page_address(head_page)); in dpaa2_eth_build_frag_skb() 192 skb_add_rx_frag(skb, i - 1, head_page, page_offset, in dpaa2_eth_build_frag_skb()
|
/kernel/linux/linux-5.10/mm/ |
D | page_alloc.c | 1151 static int free_tail_pages_check(struct page *head_page, struct page *page) in free_tail_pages_check() argument 1165 switch (page - head_page) { in free_tail_pages_check() 1190 if (unlikely(compound_head(page) != head_page)) { in free_tail_pages_check()
|