Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmemory-failure.c205 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()
Dhwpoison-inject.c27 hpage = compound_head(p); in hwpoison_inject()
Dutil.c341 page = compound_head(page); in page_rmapping()
349 page = compound_head(page); in page_anon_vma()
Dpage_isolation.c306 return alloc_huge_page_node(page_hstate(compound_head(page)), in alloc_migrate_target()
Dgup.c1087 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()
Dmadvise.c343 compound_order(compound_head(p))) { in madvise_hwpoison()
Dswap.c297 struct page *page_head = compound_head(page); in __get_page_tail()
Dmigrate.c1193 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page_node()
Dmemory_hotplug.c1404 struct page *head = compound_head(page); in do_migrate_range()
Dhugetlb.c1058 page = compound_head(page); in PageHuge()
1077 struct page *page_head = compound_head(page); in __basepage_index()
Dksm.c447 struct page *head = compound_head(page); in page_trans_compound_anon()
Dmempolicy.c945 return alloc_huge_page_node(page_hstate(compound_head(page)), in new_node_page()
/linux-4.1.27/arch/mips/mm/
Dgup.c65 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/
Dgup.c111 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/
Dgup.c52 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/
Dgup.c69 VM_BUG_ON(compound_head(page) != head); in gup_huge_pmd()
/linux-4.1.27/fs/proc/
Dpage.c126 struct page *head = compound_head(page); in stable_page_flags()
/linux-4.1.27/include/linux/
Dpagemap.h196 VM_BUG_ON_PAGE(PageCompound(page) && page != compound_head(page), page); in page_cache_add_speculative()
Dmm.h460 static inline struct page *compound_head(struct page *page) in compound_head() function
497 return atomic_read(&compound_head(page)->_count); in page_count()
Dskbuff.h1602 page = compound_head(page); in __skb_fill_page_desc()
/linux-4.1.27/drivers/infiniband/core/
Dumem_odp.c648 struct page *head_page = compound_head(page); in ib_umem_odp_unmap_dma_pages()
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c1082 VM_BUG_ON(compound_head(page) != head); in gup_hugepte()
/linux-4.1.27/kernel/
Dfutex.c452 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/
Dvfio_iommu_type1.c196 struct page *head = compound_head(tail); in is_invalid_reserved_pfn()
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c877 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/
Dinode.c567 struct page *head = compound_head(page); in hugetlbfs_set_page_dirty()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c533 page = compound_head(page); in kvmppc_book3s_hv_page_fault()