Linux Kernel
3.7.1
|
#include <pid_namespace.h>
Data Fields | |
struct kref | kref |
struct pidmap | pidmap [PIDMAP_ENTRIES] |
int | last_pid |
struct task_struct * | child_reaper |
struct kmem_cache * | pid_cachep |
unsigned int | level |
struct pid_namespace * | parent |
kgid_t | pid_gid |
int | hide_pid |
int | reboot |
Definition at line 20 of file pid_namespace.h.
struct task_struct* child_reaper |
Definition at line 24 of file pid_namespace.h.
int hide_pid |
Definition at line 35 of file pid_namespace.h.
Definition at line 21 of file pid_namespace.h.
int last_pid |
Definition at line 23 of file pid_namespace.h.
unsigned int level |
Definition at line 26 of file pid_namespace.h.
struct pid_namespace* parent |
Definition at line 27 of file pid_namespace.h.
struct kmem_cache* pid_cachep |
Definition at line 25 of file pid_namespace.h.
kgid_t pid_gid |
Definition at line 34 of file pid_namespace.h.
Definition at line 22 of file pid_namespace.h.
int reboot |
Definition at line 36 of file pid_namespace.h.