Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dhugetlb.c1323 unsigned long compound_idx; in __basepage_index() local
1329 compound_idx = page_to_pfn(page) - page_to_pfn(page_head); in __basepage_index()
1331 compound_idx = page - page_head; in __basepage_index()
1333 return (index << compound_order(page_head)) + compound_idx; in __basepage_index()