Function report |
Source Code:mm\hugetlb.c |
Create Date:2022-07-28 15:28:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hugetlb_vm_op_close
Proto:static void hugetlb_vm_op_close(struct vm_area_struct *vma)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma |
3178 | h = hstate_vma(vma) |
3179 | resv = vma_resv_map(vma) |
3180 | spool = subpool_vma(vma) |
3187 | start = Convert the address within this vma to the page offset within* the mapping, in pagecache page units; huge pages here. |
3188 | end = Convert the address within this vma to the page offset within* the mapping, in pagecache page units; huge pages here. |
3190 | reserve = end - start - Count and return the number of huge pages in the reserve map* that intersect with the range [f, t). |
3194 | If reserve Then |
3200 | Forward declaration |
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 |