Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dhugetlb.c2100 unsigned long compound_idx; in hugetlb_basepage_index() local
2103 compound_idx = page_to_pfn(page) - page_to_pfn(page_head); in hugetlb_basepage_index()
2105 compound_idx = page - page_head; in hugetlb_basepage_index()
2107 return (index << compound_order(page_head)) + compound_idx; in hugetlb_basepage_index()