Home
last modified time | relevance | path

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

/mm/
Dhugetlb.c1786 unsigned long compound_idx; in hugetlb_basepage_index() local
1789 compound_idx = page_to_pfn(page) - page_to_pfn(page_head); in hugetlb_basepage_index()
1791 compound_idx = page - page_head; in hugetlb_basepage_index()
1793 return (index << compound_order(page_head)) + compound_idx; in hugetlb_basepage_index()