Searched refs:compound_idx (Results 1 – 1 of 1) sorted by relevance
1938 unsigned long compound_idx; in hugetlb_basepage_index() local1941 compound_idx = page_to_pfn(page) - page_to_pfn(page_head); in hugetlb_basepage_index()1943 compound_idx = page - page_head; in hugetlb_basepage_index()1945 return (index << compound_order(page_head)) + compound_idx; in hugetlb_basepage_index()