Function report |
Source Code:mm\huge_memory.c |
Create Date:2022-07-28 16:00:44 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__thp_get_unmapped_area
Proto:static unsigned long __thp_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, loff_t off, unsigned long flags, unsigned long size)
Type:unsigned long
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct file * | filp | |
| unsigned long | addr | |
| unsigned long | len | |
| loff_t | off | |
| unsigned long | flags | |
| unsigned long | size |
| 537 | ret = get_unmapped_area(filp, addr, len_pad, off >> PAGE_SHIFT determines the page size , flags) |
| 544 | If IS_ERR_VALUE(ret) Then Return 0 |
| 555 | Return ret |
| Name | Describe |
|---|---|
| thp_get_unmapped_area |
| 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 |