Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:03 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_mm_exe_file - acquire a reference to the mm's executable file* Returns %NULL if mm has no associated executable file.* User must release file via fput().
Proto:struct file *get_mm_exe_file(struct mm_struct *mm)
Type:struct file
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm |
1165 |
exe_file = fetch RCU-protected pointer for dereferencing( store ref to file /proc/ |
1166 | If exe_file && Not get_file_rcu(exe_file) Then exe_file = NULL |
1169 | Return exe_file |
Name | Describe |
---|---|
dup_mmap | |
get_task_exe_file | get_task_exe_file - acquire a reference to the task's executable file* Returns %NULL if task's mm (if any) has no associated executable file or* this is a kernel thread with borrowed mm (see the comment above get_task_mm). |
prctl_set_mm_exe_file | |
audit_log_d_path_exe |
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 |