Function report |
Source Code:mm\mmap.c |
Create Date:2022-07-28 14:50:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Insert vm structure into process list sorted by address* and into the inode's i_mmap tree. If vm_file is non-NULL* then i_mmap_rwsem is taken here.
Proto:int insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
struct vm_area_struct * | vma |
3155 | If find_vma_links(mm, Our start address within vm_mm. , The first byte after our end addresswithin vm_mm. , & prev, & rb_link, & rb_parent) Then Return -ENOMEM |
3158 | If Flags, see mm.h. & Is a VM accounted object && security_vm_enough_memory_mm(mm, vma_pages(vma)) Then Return -ENOMEM |
3174 | If vma_is_anonymous(vma) Then |
3180 | Return 0 |
Name | Describe |
---|---|
__install_special_mapping |
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 |