Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/bug.h>
#include <linux/mm.h>
#include <linux/threads.h>
#include <linux/nsproxy.h>
#include <linux/kref.h>
#include <linux/err.h>
Go to the source code of this file.
Data Structures | |
struct | pidmap |
struct | pid_namespace |
Macros | |
#define | PIDMAP_ENTRIES ((PID_MAX_LIMIT + 8*PAGE_SIZE - 1)/PAGE_SIZE/8) |
Functions | |
struct pid_namespace * | task_active_pid_ns (struct task_struct *tsk) |
void | pidhash_init (void) |
void | pidmap_init (void) |
Variables | |
struct pid_namespace | init_pid_ns |
#define PIDMAP_ENTRIES ((PID_MAX_LIMIT + 8*PAGE_SIZE - 1)/PAGE_SIZE/8) |
Definition at line 16 of file pid_namespace.h.
|
read |
struct pid_namespace init_pid_ns |