Function report |
Source Code:mm\memory.c |
Create Date:2022-07-28 14:42:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:unmap_mapping_range_tree
Proto:static inline void unmap_mapping_range_tree(struct rb_root_cached *root, struct zap_details *details)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rb_root_cached * | root | |
struct zap_details * | details |
2816 | zba = Lowest page->index to unmap |
2819 | zea = Highest page->index to unmap |
2823 | unmap_mapping_range_vma(vma, ((zba - vba) << PAGE_SHIFT determines the page size ) + Our start address within vm_mm. , ((zea - vba + 1) << PAGE_SHIFT determines the page size ) + Our start address within vm_mm. , details) |
Name | Describe |
---|---|
unmap_mapping_pages | map_mapping_pages() - Unmap pages from processes.*@mapping: The address space containing pages to be unmapped.*@start: Index of first page to be unmapped.*@nr: Number of pages to be unmapped. 0 to unmap to end of file. |
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 |