Searched refs:compound_idx (Results 1 – 1 of 1) sorted by relevance
2110 unsigned long compound_idx; in hugetlb_basepage_index() local2113 compound_idx = page_to_pfn(page) - page_to_pfn(page_head); in hugetlb_basepage_index()2115 compound_idx = page - page_head; in hugetlb_basepage_index()2117 return (index << compound_order(page_head)) + compound_idx; in hugetlb_basepage_index()