/linux-4.1.27/mm/ |
D | memory-failure.c | 205 si.si_addr_lsb = compound_order(compound_head(page)) + PAGE_SHIFT; in kill_proc() 778 struct page *hpage = compound_head(p); in me_huge_page() 1119 hpage = compound_head(p); in memory_failure() 1214 if (compound_head(p) != hpage) { in memory_failure() 1439 page = compound_head(p); in unpoison_memory() 1503 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page() 1526 if (!get_page_unless_zero(compound_head(p))) { in __get_any_page() 1575 struct page *hpage = compound_head(page); in soft_offline_huge_page() 1734 struct page *hpage = compound_head(page); in soft_offline_page()
|
D | hwpoison-inject.c | 27 hpage = compound_head(p); in hwpoison_inject()
|
D | util.c | 341 page = compound_head(page); in page_rmapping() 349 page = compound_head(page); in page_anon_vma()
|
D | page_isolation.c | 306 return alloc_huge_page_node(page_hstate(compound_head(page)), in alloc_migrate_target()
|
D | gup.c | 1087 VM_BUG_ON_PAGE(compound_head(page) != head, page); in gup_huge_pmd() 1134 VM_BUG_ON_PAGE(compound_head(page) != head, page); in gup_huge_pud() 1177 VM_BUG_ON_PAGE(compound_head(page) != head, page); in gup_huge_pgd()
|
D | madvise.c | 343 compound_order(compound_head(p))) { in madvise_hwpoison()
|
D | swap.c | 297 struct page *page_head = compound_head(page); in __get_page_tail()
|
D | migrate.c | 1193 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page_node()
|
D | memory_hotplug.c | 1404 struct page *head = compound_head(page); in do_migrate_range()
|
D | hugetlb.c | 1058 page = compound_head(page); in PageHuge() 1077 struct page *page_head = compound_head(page); in __basepage_index()
|
D | ksm.c | 447 struct page *head = compound_head(page); in page_trans_compound_anon()
|
D | mempolicy.c | 945 return alloc_huge_page_node(page_hstate(compound_head(page)), in new_node_page()
|
/linux-4.1.27/arch/mips/mm/ |
D | gup.c | 65 VM_BUG_ON(page != compound_head(page)); in get_head_page_multiple() 88 VM_BUG_ON(compound_head(page) != head); in gup_huge_pmd() 154 VM_BUG_ON(compound_head(page) != head); in gup_huge_pud()
|
/linux-4.1.27/arch/x86/mm/ |
D | gup.c | 111 VM_BUG_ON_PAGE(page != compound_head(page), page); in get_head_page_multiple() 138 VM_BUG_ON_PAGE(compound_head(page) != head, page); in gup_huge_pmd() 215 VM_BUG_ON_PAGE(compound_head(page) != head, page); in gup_huge_pud()
|
/linux-4.1.27/arch/sparc/mm/ |
D | gup.c | 52 head = compound_head(page); in gup_pte_range() 87 VM_BUG_ON(compound_head(page) != head); in gup_huge_pmd()
|
/linux-4.1.27/arch/s390/mm/ |
D | gup.c | 69 VM_BUG_ON(compound_head(page) != head); in gup_huge_pmd()
|
/linux-4.1.27/fs/proc/ |
D | page.c | 126 struct page *head = compound_head(page); in stable_page_flags()
|
/linux-4.1.27/include/linux/ |
D | pagemap.h | 196 VM_BUG_ON_PAGE(PageCompound(page) && page != compound_head(page), page); in page_cache_add_speculative()
|
D | mm.h | 460 static inline struct page *compound_head(struct page *page) in compound_head() function 497 return atomic_read(&compound_head(page)->_count); in page_count()
|
D | skbuff.h | 1602 page = compound_head(page); in __skb_fill_page_desc()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | umem_odp.c | 648 struct page *head_page = compound_head(page); in ib_umem_odp_unmap_dma_pages()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hugetlbpage.c | 1082 VM_BUG_ON(compound_head(page) != head); in gup_hugepte()
|
/linux-4.1.27/kernel/ |
D | futex.c | 452 page_head = compound_head(page); in get_futex_key() 474 page_head = compound_head(page); in get_futex_key()
|
/linux-4.1.27/drivers/vfio/ |
D | vfio_iommu_type1.c | 196 struct page *head = compound_head(tail); in is_invalid_reserved_pfn()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoecmd.c | 877 page = compound_head(bv.bv_page); in bio_pageinc() 890 page = compound_head(bv.bv_page); in bio_pagedec()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 567 struct page *head = compound_head(page); in hugetlbfs_set_page_dirty()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_mmu_hv.c | 533 page = compound_head(page); in kvmppc_book3s_hv_page_fault()
|