Function report |
Source Code:mm\mmap.c |
Create Date:2022-07-28 14:49:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:unmap_region
Proto:static void unmap_region(struct mm_struct *mm, struct vm_area_struct *vma, struct vm_area_struct *prev, unsigned long start, unsigned long end)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
struct vm_area_struct * | vma | |
struct vm_area_struct * | prev | |
unsigned long | start | |
unsigned long | end |
2587 | next = If prev Then linked list of VM areas per task, sorted by address Else list of VMAs |
2590 | lru_add_drain() |
2591 | tlb_gather_mmu( & tlb, mm, start, end) |
2592 | update_hiwater_rss(mm) |
2596 | tlb_finish_mmu( & tlb, start, end) |
Name | Describe |
---|---|
mmap_region | |
__do_munmap | Munmap is split into 2 main parts -- this part which finds* what needs doing, and the areas themselves, which do the* work. This now handles partial unmappings.* Jeremy Fitzhardinge |
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 |