Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:19 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static void pidfd_show_fdinfo(struct seq_file *m, struct file *f)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct file * | f |
1741 | nr = -1 |
1743 | If Value is more likely to compile time(pid_has_task(pid, PIDTYPE_PID)) Then |
1748 | seq_put_decimal_ll(m, "Pid:\t", nr) |
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 |