Home
last modified time | relevance | path

Searched refs:compound_head (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dpage-flags.h255 #define compound_head(page) ((typeof(page))_compound_head(page)) macro
386 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page))
389 PF_POISONED_CHECK(compound_head(page)); })
1150 page = compound_head(page); in PageAnonExclusive()
H A Dmm.h1905 return compound_head(page); in virt_to_head_page()
2067 page = compound_head(page); in try_get_page()
H A Dskbuff.h2627 page = compound_head(page); in __skb_fill_netmem_desc()
/linux/mm/
H A Dusercopy.c199 page = compound_head(page); in check_heap_object()
H A Dslab.h134 page = compound_head(page); in page_slab()
H A Dpage_alloc.c1166 if (unlikely(compound_head(page) != head_page)) { in free_tail_page_prepare()
7135 page = compound_head(page); in pfn_range_valid_contig()
7282 if (WARN_ON_ONCE(first_page != compound_head(first_page))) in free_contig_frozen_range()
H A Dmadvise.c1472 size = page_size(compound_head(page)); in madvise_inject_error()
/linux/include/net/
H A Dnetmem.h319 return page_to_netmem(compound_head(netmem_to_page(netmem))); in netmem_compound_head()
/linux/io_uring/
H A Drsrc.c625 if (compound_head(pages[i]) == hpage) in headpage_already_acct()
640 if (compound_head(imu->bvec[j].bv_page) == hpage) in headpage_already_acct()
661 hpage = compound_head(pages[i]); in io_buffer_account_pin()
694 struct page *p = compound_head(page_array[j]); in io_coalesce_buffer()
/linux/net/core/
H A Ddatagram.c664 head = compound_head(pages[n]); in zerocopy_fill_skb_from_iter()
671 head = compound_head(pages[n]); in zerocopy_fill_skb_from_iter()
/linux/arch/powerpc/mm/book3s64/
H A Diommu_api.c155 pageshift = page_shift(compound_head(page)); in mm_iommu_do_alloc()
/linux/drivers/infiniband/core/
H A Dumem_odp.c452 struct page *head_page = compound_head(page); in ib_umem_odp_unmap_dma_pages()
/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c195 return page_shift(compound_head(page)) >= it_page_shift; in tce_page_is_contained()