Function report |
Source Code:include\linux\pid.h |
Create Date:2022-07-28 05:38:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_of_pid() returns the pid namespace in which the specified pid was* allocated.* NOTE:* ns_of_pid() is expected to be called for a process (task) that has* an attached 'struct pid' (see attach_pid(), detach_pid()) i.e @pid* is expected to be non-NULL
Proto:static inline struct pid_namespace *ns_of_pid(struct pid *pid)
Type:struct pid_namespace
Parameter:
Type | Parameter | Name |
---|---|---|
struct pid * | pid |
144 | struct pid_namespace * ns = NULL |
147 | Return ns |
Name | Describe |
---|---|
copy_process | Create a new process |
access_pidfd_pidns | Verify that the signaler and signalee either are in the same pid namespace* or that the signaler's pid namespace is an ancestor of the signalee's pid* namespace. |
task_active_pid_ns | |
__do_notify | The next function is only to split too long sys_mq_timedsend |
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 |