Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dring_buffer.c507 struct buffer_page *head_page; /* read from head */ member
564 struct buffer_page *head_page; member
1366 head = cpu_buffer->head_page; in rb_head_page_activate()
1463 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page()
1471 page = head = cpu_buffer->head_page; in rb_set_head_page()
1481 cpu_buffer->head_page = page; in rb_set_head_page()
1609 if (cpu_buffer->head_page) in rb_check_pages()
1782 cpu_buffer->head_page in rb_allocate_cpu_buffer()
1784 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()
2006 cpu_buffer->head_page = list_entry(next_page, in rb_remove_pages()
[all …]
Dtrace.h770 extern void *head_page(struct trace_array_cpu *data);
/linux-6.1.9/drivers/infiniband/core/
Dumem_odp.c498 struct page *head_page = compound_head(page); in ib_umem_odp_unmap_dma_pages() local
508 set_page_dirty(head_page); in ib_umem_odp_unmap_dma_pages()
/linux-6.1.9/fs/afs/
Dwrite.c702 struct page *head_page; in afs_writepages_region() local
712 PAGECACHE_TAG_DIRTY, 1, &head_page); in afs_writepages_region()
716 folio = page_folio(head_page); in afs_writepages_region()
/linux-6.1.9/Documentation/trace/
Dring-buffer-design.rst43 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.
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c1797 struct page *page, *head_page; in sg_fd_to_skb() local
1854 head_page = virt_to_head_page(sg_vaddr); in sg_fd_to_skb()
1859 (page_address(page) - page_address(head_page)); in sg_fd_to_skb()
1869 skb_add_rx_frag(skb, i - 1, head_page, frag_off, in sg_fd_to_skb()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c208 struct page *page, *head_page; in dpaa2_eth_build_frag_skb() local
251 head_page = virt_to_head_page(sg_vaddr); in dpaa2_eth_build_frag_skb()
260 (page_address(page) - page_address(head_page)); in dpaa2_eth_build_frag_skb()
262 skb_add_rx_frag(skb, i - 1, head_page, page_offset, in dpaa2_eth_build_frag_skb()
/linux-6.1.9/mm/
Dpage_alloc.c1311 static int free_tail_pages_check(struct page *head_page, struct page *page) in free_tail_pages_check() argument
1325 switch (page - head_page) { in free_tail_pages_check()
1350 if (unlikely(compound_head(page) != head_page)) { in free_tail_pages_check()