| Function report | 
| Source Code: mm\hugetlb.c | Create Date:2022-07-28 15:26:24 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Dissolve free hugepages in a given pfn range
Proto:int dissolve_free_huge_pages(unsigned long start_pfn, unsigned long end_pfn)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned long | start_pfn | |
| unsigned long | end_pfn | 
| 1534 | rc = 0 | 
| 1536 | If Not hugepages_supported() Then Return rc | 
| 1540 | page = pfn_to_page(pfn) | 
| 1542 | If rc Then Break | 
| 1546 | Return rc | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |