Function report |
Source Code:mm\mmap.c |
Create Date:2022-07-28 14:47:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__vma_link
Proto:static void __vma_link(struct mm_struct *mm, struct vm_area_struct *vma, struct vm_area_struct *prev, struct rb_node **rb_link, struct rb_node *rb_parent)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
struct vm_area_struct * | vma | |
struct vm_area_struct * | prev | |
struct rb_node ** | rb_link | |
struct rb_node * | rb_parent |
636 | __vma_link_list(mm, vma, prev) |
637 | __vma_link_rb(mm, vma, rb_link, rb_parent) |
Name | Describe |
---|---|
vma_link | |
__insert_vm_struct | Helper for vma_adjust() in the split_vma insert case: insert a vma into the* mm's list and rbtree. It has already been inserted into the interval tree. |
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 |