compound_head     612 arch/powerpc/kvm/book3s_64_mmu_hv.c 			page = compound_head(page);
compound_head     133 arch/powerpc/mm/book3s64/iommu_api.c 			pageshift = page_shift(compound_head(page));
compound_head     746 drivers/infiniband/core/umem_odp.c 				struct page *head_page = compound_head(page);
compound_head     193 drivers/vfio/vfio_iommu_spapr_tce.c 	return page_shift(compound_head(page)) >= it_page_shift;
compound_head     303 drivers/vfio/vfio_iommu_type1.c 		struct page *head = compound_head(tail);
compound_head     873 fs/hugetlbfs/inode.c 	struct page *head = compound_head(page);
compound_head     135 fs/proc/page.c 		struct page *head = compound_head(page);
compound_head     168 fs/proc/page.c 	if (PageTail(page) && PageSlab(compound_head(page)))
compound_head      42 include/linux/migrate.h 		return alloc_huge_page_nodemask(page_hstate(compound_head(page)),
compound_head     707 include/linux/mm.h 	page = compound_head(page);
compound_head     760 include/linux/mm.h 	return compound_head(page);
compound_head    1030 include/linux/mm.h 	page = compound_head(page);
compound_head    1041 include/linux/mm.h 	page = compound_head(page);
compound_head    1050 include/linux/mm.h 	page = compound_head(page);
compound_head     131 include/linux/mm_types.h 			unsigned long compound_head;	/* Bit zero is set */
compound_head     174 include/linux/page-flags.h 	unsigned long head = READ_ONCE(page->compound_head);
compound_head     183 include/linux/page-flags.h 	return READ_ONCE(page->compound_head) & 1;
compound_head     232 include/linux/page-flags.h #define PF_HEAD(page, enforce)	PF_POISONED_CHECK(compound_head(page))
compound_head     238 include/linux/page-flags.h 		PF_POISONED_CHECK(compound_head(page)); })
compound_head     383 include/linux/page-flags.h 	page = compound_head(page);
compound_head     463 include/linux/page-flags.h 	page = compound_head(page);
compound_head     482 include/linux/page-flags.h 	page = compound_head(page);
compound_head     495 include/linux/page-flags.h 	page = compound_head(page);
compound_head     554 include/linux/page-flags.h 	WRITE_ONCE(page->compound_head, (unsigned long)head + 1);
compound_head     559 include/linux/page-flags.h 	WRITE_ONCE(page->compound_head, 0);
compound_head     643 include/linux/page-flags.h 	head = compound_head(page);
compound_head      72 include/linux/page_ref.h 	return atomic_read(&compound_head(page)->_refcount);
compound_head     414 include/linux/pagemap.h 	pgoff = compound_head(page)->index;
compound_head     415 include/linux/pagemap.h 	pgoff += page - compound_head(page);
compound_head     469 include/linux/pagemap.h 	page = compound_head(page);
compound_head     527 include/linux/pagemap.h 		wait_on_page_bit(compound_head(page), PG_locked);
compound_head     534 include/linux/pagemap.h 	return wait_on_page_bit_killable(compound_head(page), PG_locked);
compound_head    2118 include/linux/skbuff.h 	page = compound_head(page);
compound_head     166 include/linux/swapops.h 	BUG_ON(!PageLocked(compound_head(page)));
compound_head     195 include/linux/swapops.h 	BUG_ON(!PageLocked(compound_head(p)));
compound_head     431 kernel/crash_core.c 	VMCOREINFO_OFFSET(page, compound_head);
compound_head     159 kernel/events/uprobes.c 		.page = compound_head(old_page),
compound_head     646 kernel/futex.c 	page = compound_head(page);
compound_head     878 lib/iov_iter.c 	head = compound_head(page);
compound_head     232 mm/compaction.c 	page = compound_head(page);
compound_head    1249 mm/filemap.c   	page = compound_head(page);
compound_head    1314 mm/filemap.c   	page = compound_head(page);
compound_head    1381 mm/filemap.c   	struct page *page = compound_head(__page);
compound_head    1390 mm/filemap.c   	struct page *page = compound_head(__page);
compound_head    1652 mm/filemap.c   		if (unlikely(compound_head(page)->mapping != mapping)) {
compound_head    2524 mm/filemap.c   	if (unlikely(compound_head(page)->mapping != mapping)) {
compound_head      71 mm/gup.c       		struct page *page = compound_head(pages[index]);
compound_head    1465 mm/gup.c       		struct page *head = compound_head(pages[i]);
compound_head    1817 mm/gup.c       	struct page *head = compound_head(page);
compound_head    1872 mm/gup.c       		VM_BUG_ON_PAGE(compound_head(page) != head, page);
compound_head    2016 mm/gup.c       		VM_BUG_ON(compound_head(page) != head);
compound_head     494 mm/huge_memory.c 	struct mem_cgroup *memcg = compound_head(page)->mem_cgroup;
compound_head    2501 mm/huge_memory.c 	struct page *head = compound_head(page);
compound_head    2640 mm/huge_memory.c 	page = compound_head(page);
compound_head    2696 mm/huge_memory.c 	struct page *head = compound_head(page);
compound_head    2855 mm/huge_memory.c 	struct mem_cgroup *memcg = compound_head(page)->mem_cgroup;
compound_head    2920 mm/huge_memory.c 		page = compound_head(page);
compound_head    1421 mm/hugetlb.c   	page = compound_head(page);
compound_head    1440 mm/hugetlb.c   	struct page *page_head = compound_head(page);
compound_head    1616 mm/hugetlb.c   		struct page *head = compound_head(page);
compound_head      28 mm/hwpoison-inject.c 	hpage = compound_head(p);
compound_head    1339 mm/khugepaged.c 			hpage = compound_head(page);
compound_head    2151 mm/ksm.c       			&& compound_head(page) == compound_head(tree_page);
compound_head     893 mm/madvise.c   		order = compound_order(compound_head(page));
compound_head    6533 mm/memcontrol.c 		if (compound_head(page)->mem_cgroup)
compound_head     329 mm/memory-failure.c 		tk->size_shift = compound_order(compound_head(p)) + PAGE_SHIFT;
compound_head     786 mm/memory-failure.c 	struct page *hpage = compound_head(p);
compound_head     932 mm/memory-failure.c 	struct page *head = compound_head(page);
compound_head     949 mm/memory-failure.c 		if (head == compound_head(page))
compound_head    1087 mm/memory-failure.c 	struct page *head = compound_head(p);
compound_head    1281 mm/memory-failure.c 	orig_head = hpage = compound_head(p);
compound_head    1322 mm/memory-failure.c 		hpage = compound_head(p);
compound_head    1349 mm/memory-failure.c 	if (PageCompound(p) && compound_head(p) != orig_head) {
compound_head    1545 mm/memory-failure.c 	page = compound_head(p);
compound_head    1687 mm/memory-failure.c 	struct page *hpage = compound_head(page);
compound_head    1826 mm/memory-failure.c 	struct page *hpage = compound_head(page);
compound_head    3216 mm/memory.c    	page = compound_head(page);
compound_head    1284 mm/memory_hotplug.c 		head = compound_head(page);
compound_head    1324 mm/memory_hotplug.c 			struct page *head = compound_head(page);
compound_head    1329 mm/memory_hotplug.c 			pfn = page_to_pfn(compound_head(page))
compound_head     974 mm/mempolicy.c 	struct page *head = compound_head(page);
compound_head    1003 mm/mempolicy.c 		return alloc_huge_page_node(page_hstate(compound_head(page)),
compound_head    1179 mm/mempolicy.c 		return alloc_huge_page_vma(page_hstate(compound_head(page)),
compound_head    1567 mm/migrate.c   		head = compound_head(page);
compound_head    2553 mm/page-writeback.c 	page = compound_head(page);
compound_head    1102 mm/page_alloc.c 	if (unlikely(compound_head(page) != head_page)) {
compound_head    8245 mm/page_alloc.c 			struct page *head = compound_head(page);
compound_head    1005 mm/rmap.c      	page = compound_head(page);
compound_head    1201 mm/rmap.c      			SetPageDoubleMap(compound_head(page));
compound_head    1203 mm/rmap.c      				clear_page_mlock(compound_head(page));
compound_head    1325 mm/rmap.c      		deferred_split_huge_page(compound_head(page));
compound_head    1925 mm/shmem.c     		struct page *head = compound_head(page);
compound_head    2504 mm/shmem.c     		struct page *head = compound_head(page);
compound_head     309 mm/swap.c      	page = compound_head(page);
compound_head     329 mm/swap.c      	page = compound_head(page);
compound_head     375 mm/swap.c      	page = compound_head(page);
compound_head     801 mm/swap.c      		page = compound_head(page);
compound_head    1573 mm/swapfile.c  	page = compound_head(page);
compound_head    1603 mm/swapfile.c  	page = compound_head(page);
compound_head    1669 mm/swapfile.c  			page = compound_head(page);
compound_head    1722 mm/swapfile.c  	page = compound_head(page);
compound_head     236 mm/usercopy.c  	page = compound_head(kmap_to_page((void *)ptr));
compound_head     628 mm/util.c      	page = compound_head(page);
compound_head     642 mm/util.c      	page = compound_head(page);
compound_head     659 mm/util.c      	page = compound_head(page);
compound_head     670 mm/util.c      	page = compound_head(page);
compound_head     713 mm/util.c      	page = compound_head(page);