Home
last modified time | relevance | path

Searched refs:pid_namespace (Results 1 – 18 of 18) sorted by relevance

/include/linux/
Dpid_namespace.h26 struct pid_namespace { struct
33 struct pid_namespace *parent; argument
46 extern struct pid_namespace init_pid_ns; argument
51 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
59 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope()
69 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope()
75 extern struct pid_namespace *copy_pid_ns(unsigned long flags,
76 struct user_namespace *user_ns, struct pid_namespace *ns);
77 extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
78 extern int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd);
[all …]
Dpid.h52 struct pid_namespace *ns;
121 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
128 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
130 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid,
133 extern void disable_pid_allocation(struct pid_namespace *ns);
145 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
147 struct pid_namespace *ns = NULL; in ns_of_pid()
183 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
228 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
235 static inline pid_t task_pid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_pid_nr_ns()
[all …]
Dpid_types.h13 struct pid_namespace;
14 extern struct pid_namespace init_pid_ns;
Dtsacct_kern.h15 struct pid_namespace *pid_ns,
19 struct pid_namespace *pid_ns, in bacct_add_tsk()
Dnsproxy.h12 struct pid_namespace;
37 struct pid_namespace *pid_ns_for_children;
50 struct pid_namespace *: &(__ns->ns), \
Dacct.h23 struct pid_namespace;
26 extern void acct_exit_ns(struct pid_namespace *);
Dseccomp.h109 struct pid_namespace;
112 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
Dcpufreq_times.h26 int proc_time_in_state_show(struct seq_file *m, struct pid_namespace *ns,
Dproc_fs.h66 struct pid_namespace *pid_ns;
162 int proc_pid_arch_status(struct seq_file *m, struct pid_namespace *ns,
244 static inline struct pid_namespace *proc_pid_ns(struct super_block *sb) in proc_pid_ns()
Dproc_ns.h10 struct pid_namespace;
Dcpuset.h116 extern int proc_cpuset_show(struct seq_file *m, struct pid_namespace *ns,
Dresctrl.h19 struct pid_namespace *ns,
Dfs_context.h23 struct pid_namespace;
Dptrace.h179 struct pid_namespace *ns; in ptrace_event_pid()
Dcgroup.h124 int proc_cgroup_show(struct seq_file *m, struct pid_namespace *ns,
Dsched.h71 struct pid_namespace;
2016 extern struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns);
Dperf_event.h852 struct pid_namespace *ns;
/include/linux/sched/
Ddebug.h10 struct pid_namespace;
41 struct pid_namespace *ns, struct seq_file *m);