| 函数逻辑报告 | 
| Source Code: kernel\pid.c | Create Date:2022-07-27 10:29:02 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:find_get_task_by_vpid
函数原型:struct task_struct *find_get_task_by_vpid(pid_t nr)
返回类型:struct task_struct
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| pid_t | nr | 
| 405 | task等于find_task_by_vpid(nr) | 
| 406 | 如果task则get_task_struct(task) | 
| 410 | 返回:task | 
| 名称 | 描述 | 
|---|---|
| COMPAT_SYSCALL_DEFINE4 | |
| attach_to_pi_owner | Lookup the task for the TID provided from user space and attach to* it after doing proper sanity checks. | 
| fill_stats_for_pid | |
| SYSCALL_DEFINE4 | |
| process_vm_rw_core | process_vm_rw_core - core of reading/writing pages from task specified*@pid: PID of process to read/write from/to*@iter: where to copy to/from locally*@rvec: iovec array specifying where to copy to/from in the other process*@riovcnt: size of rvec | 
| yama_task_prctl | yama_task_prctl - check for Yama-specific prctl operations*@option: operation*@arg2: argument*@arg3: argument*@arg4: argument*@arg5: argument* Return 0 on success, -ve on error. -ENOSYS is returned when Yama* does not handle the given option. | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |