Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:03:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:exec_mmap
Proto:static int exec_mmap(struct mm_struct *mm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm |
1015 | tsk = current process |
1017 | exec_mm_release(tsk, old_mm) |
1019 | If old_mm Then |
1035 | membarrier_exec_mmap(mm) |
1039 | vmacache_seqnum = 0 |
1040 | vmacache_flush(tsk) |
1041 | task_unlock(tsk) |
1042 | If old_mm Then |
1051 | Return 0 |
Name | Describe |
---|---|
flush_old_exec | Calling this is the point of no return. None of the failures will be* seen by userspace since either the process is already taking a fatal* signal (via de_thread() or coredump), or will have SEGV raised |
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 |