Function report |
Source Code:mm\mmap.c |
Create Date:2022-07-28 14:50:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Release all mmaps.
Proto:void exit_mmap(struct mm_struct *mm)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm |
3081 | nr_accounted = 0 |
3084 | mmu_notifier_release(mm) |
3110 | If Pages that have PG_mlocked set Then |
3111 | vma = list of VMAs |
3113 | If Flags, see mm.h. & VM_LOCKED Then munlock_vma_pages_all(vma) |
3119 | arch_exit_mmap(mm) |
3121 | vma = list of VMAs |
3122 | If Not vma Then Return |
3125 | lru_add_drain() |
3126 | flush_cache_mm(mm) |
3127 | tlb_gather_mmu( & tlb, mm, 0, - 1) |
3132 | tlb_finish_mmu( & tlb, 0, - 1) |
3139 | If Flags, see mm.h. & Is a VM accounted object Then nr_accounted += vma_pages(vma) |
3143 | vm_unacct_memory(nr_accounted) |
Name | Describe |
---|---|
__mmput |
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 |