函数逻辑报告 |
Source Code:kernel\fork.c |
Create Date:2022-07-27 09:57:49 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pidfd_show_fdinfo - print information about a pidfd*@m: proc fdinfo file*@f: file referencing a pidfd* Pid:* This function will print the pid that a given pidfd refers to in the* pid namespace of the procfs instance
函数原型:static void pidfd_show_fdinfo(struct seq_file *m, struct file *f)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m | |
struct file * | f |
1741 | nr等于负1 |
1743 | 如果此条件成立可能性大(为编译器优化)(pid_has_task(pid, 单一进程))则 |
1748 | seq_put_decimal_ll(m, "Pid:\t", nr) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |