Searched refs:compound_idx (Results 1 – 1 of 1) sorted by relevance
1641 unsigned long compound_idx; in hugetlb_basepage_index() local1644 compound_idx = page_to_pfn(page) - page_to_pfn(page_head); in hugetlb_basepage_index()1646 compound_idx = page - page_head; in hugetlb_basepage_index()1648 return (index << compound_order(page_head)) + compound_idx; in hugetlb_basepage_index()