Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dring_buffer.c505 struct buffer_page *head_page; /* read from head */ member
565 struct buffer_page *head_page; member
1378 head = cpu_buffer->head_page; in rb_head_page_activate()
1475 if (RB_WARN_ON(cpu_buffer, !cpu_buffer->head_page)) in rb_set_head_page()
1483 page = head = cpu_buffer->head_page; in rb_set_head_page()
1493 cpu_buffer->head_page = page; in rb_set_head_page()
1769 cpu_buffer->head_page in rb_allocate_cpu_buffer()
1771 cpu_buffer->tail_page = cpu_buffer->commit_page = cpu_buffer->head_page; in rb_allocate_cpu_buffer()
2001 cpu_buffer->head_page = list_entry(next_page, in rb_remove_pages()
2076 struct list_head *head_page, *prev_page, *r; in rb_insert_pages() local
[all …]
H A Dtrace.h800 extern void *head_page(struct trace_array_cpu *data);
/openbmc/linux/drivers/infiniband/core/
H A 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()
/openbmc/linux/Documentation/trace/
H A 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.
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c2000 struct mlx5e_frag_page *head_page = frag_page; in mlx5e_skb_from_cqe_mpwrq_nonlinear() local
2075 for (pfp = head_page; pfp < frag_page; pfp++) in mlx5e_skb_from_cqe_mpwrq_nonlinear()
2101 xdp_update_skb_shared_info(skb, frag_page - head_page, in mlx5e_skb_from_cqe_mpwrq_nonlinear()
2105 pagep = head_page; in mlx5e_skb_from_cqe_mpwrq_nonlinear()
2127 addr = page_pool_get_dma_addr(head_page->page); in mlx5e_skb_from_cqe_mpwrq_nonlinear()
2128 mlx5e_copy_skb_header(rq, skb, head_page->page, addr, in mlx5e_skb_from_cqe_mpwrq_nonlinear()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1816 struct page *page, *head_page; in sg_fd_to_skb() local
1873 head_page = virt_to_head_page(sg_vaddr); in sg_fd_to_skb()
1878 (page_address(page) - page_address(head_page)); in sg_fd_to_skb()
1888 skb_add_rx_frag(skb, i - 1, head_page, frag_off, in sg_fd_to_skb()
/openbmc/linux/mm/
H A Dpage_alloc.c971 static int free_tail_page_prepare(struct page *head_page, struct page *page) in free_tail_page_prepare() argument
973 struct folio *folio = (struct folio *)head_page; in free_tail_page_prepare()
986 switch (page - head_page) { in free_tail_page_prepare()
1020 if (unlikely(compound_head(page) != head_page)) { in free_tail_page_prepare()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A 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()