Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dmemory-failure.c206 si.si_addr_lsb = compound_trans_order(compound_head(page)) + PAGE_SHIFT; in kill_proc_ao()
705 struct page *hpage = compound_head(p); in me_huge_page()
856 struct page *hpage = compound_head(p); in hwpoison_user_mappings()
1008 hpage = compound_head(p); in __memory_failure()
1208 page = compound_head(p); in unpoison_memory()
1262 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page()
1296 if (!get_page_unless_zero(compound_head(p))) { in get_any_page()
1299 ret = dequeue_hwpoisoned_huge_page(compound_head(p)); in get_any_page()
1323 struct page *hpage = compound_head(page); in soft_offline_huge_page()
Dhwpoison-inject.c29 hpage = compound_head(p); in hwpoison_inject()
Dhugetlb.c589 page = compound_head(page); in PageHuge()
Dslab.c499 page = compound_head(page); in page_get_cache()
/linux-2.6.39/arch/x86/mm/
Dgup.c105 VM_BUG_ON(page != compound_head(page)); in get_head_page_multiple()
142 VM_BUG_ON(compound_head(page) != head); in gup_huge_pmd()
212 VM_BUG_ON(compound_head(page) != head); in gup_huge_pud()
/linux-2.6.39/include/linux/
Dhuge_mm.h165 #define compound_trans_head(page) compound_head(page)
Dpagemap.h185 VM_BUG_ON(PageCompound(page) && page != compound_head(page)); in page_cache_add_speculative()
Dmm.h350 static inline struct page *compound_head(struct page *page) in compound_head() function
359 return atomic_read(&compound_head(page)->_count); in page_count()
392 return compound_head(page); in virt_to_head_page()
/linux-2.6.39/arch/s390/mm/
Dgup.c68 VM_BUG_ON(compound_head(page) != head); in gup_huge_pmd()
/linux-2.6.39/arch/powerpc/mm/
Dhugetlbpage.c417 VM_BUG_ON(compound_head(page) != head); in gup_hugepte()
/linux-2.6.39/kernel/
Dfutex.c275 page_head = compound_head(page); in get_futex_key()
297 page_head = compound_head(page); in get_futex_key()
/linux-2.6.39/fs/hugetlbfs/
Dinode.c571 struct page *head = compound_head(page); in hugetlbfs_set_page_dirty()
/linux-2.6.39/drivers/net/
Dniu.c3364 &compound_head(page)->_count); in niu_rbr_add_page()