Searched refs:pid_namespace (Results 1 – 18 of 18) sorted by relevance
| /include/linux/ |
| D | pid_namespace.h | 26 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 …]
|
| D | pid.h | 52 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 …]
|
| D | pid_types.h | 13 struct pid_namespace; 14 extern struct pid_namespace init_pid_ns;
|
| D | tsacct_kern.h | 15 struct pid_namespace *pid_ns, 19 struct pid_namespace *pid_ns, in bacct_add_tsk()
|
| D | nsproxy.h | 12 struct pid_namespace; 37 struct pid_namespace *pid_ns_for_children; 50 struct pid_namespace *: &(__ns->ns), \
|
| D | acct.h | 23 struct pid_namespace; 26 extern void acct_exit_ns(struct pid_namespace *);
|
| D | seccomp.h | 109 struct pid_namespace; 112 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
|
| D | cpufreq_times.h | 26 int proc_time_in_state_show(struct seq_file *m, struct pid_namespace *ns,
|
| D | proc_fs.h | 66 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()
|
| D | proc_ns.h | 10 struct pid_namespace;
|
| D | cpuset.h | 116 extern int proc_cpuset_show(struct seq_file *m, struct pid_namespace *ns,
|
| D | resctrl.h | 19 struct pid_namespace *ns,
|
| D | fs_context.h | 23 struct pid_namespace;
|
| D | ptrace.h | 179 struct pid_namespace *ns; in ptrace_event_pid()
|
| D | cgroup.h | 124 int proc_cgroup_show(struct seq_file *m, struct pid_namespace *ns,
|
| D | sched.h | 71 struct pid_namespace; 2016 extern struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns);
|
| D | perf_event.h | 852 struct pid_namespace *ns;
|
| /include/linux/sched/ |
| D | debug.h | 10 struct pid_namespace; 41 struct pid_namespace *ns, struct seq_file *m);
|