/openbmc/linux/include/linux/ |
H A 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() 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); 79 extern void put_pid_ns(struct pid_namespace *ns); 84 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() 95 struct user_namespace *user_ns, struct pid_namespace *ns) in copy_pid_ns() [all …]
|
H A D | pid.h | 56 struct pid_namespace *ns; 113 struct pid_namespace; 114 extern struct pid_namespace init_pid_ns; 128 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns); 135 extern struct pid *find_ge_pid(int nr, struct pid_namespace *); 137 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, 140 extern void disable_pid_allocation(struct pid_namespace *ns); 152 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid() 154 struct pid_namespace *ns = NULL; in ns_of_pid() 190 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
|
H A D | tsacct_kern.h | 15 struct pid_namespace *pid_ns, 19 struct pid_namespace *pid_ns, in bacct_add_tsk()
|
H A D | acct.h | 23 struct pid_namespace; 26 extern void acct_exit_ns(struct pid_namespace *);
|
H A D | nsproxy.h | 11 struct pid_namespace; 36 struct pid_namespace *pid_ns_for_children;
|
H A D | proc_fs.h | 62 struct pid_namespace *pid_ns; 157 int proc_pid_arch_status(struct seq_file *m, struct pid_namespace *ns, 239 static inline struct pid_namespace *proc_pid_ns(struct super_block *sb) in proc_pid_ns()
|
H A D | sched.h | 58 struct pid_namespace; 1574 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns); 1581 static inline pid_t task_pid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_pid_nr_ns() 1612 static inline pid_t task_pgrp_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_pgrp_nr_ns() 1623 static inline pid_t task_session_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_session_nr_ns() 1633 static inline pid_t task_tgid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns) in task_tgid_nr_ns() 1643 static inline pid_t task_ppid_nr_ns(const struct task_struct *tsk, struct pid_namespace *ns) in task_ppid_nr_ns() 1985 extern struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns);
|
H A D | proc_ns.h | 10 struct pid_namespace;
|
H A D | seccomp.h | 130 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
|
H A D | resctrl.h | 12 struct pid_namespace *ns,
|
H A D | cpuset.h | 112 extern int proc_cpuset_show(struct seq_file *m, struct pid_namespace *ns,
|
H A D | fs_context.h | 23 struct pid_namespace;
|
/openbmc/linux/kernel/ |
H A D | pid_namespace.c | 73 struct pid_namespace *parent_pid_ns) in create_pid_namespace() 75 struct pid_namespace *ns; in create_pid_namespace() 129 struct pid_namespace *ns = container_of(p, struct pid_namespace, rcu); in delayed_free_pidns() 145 struct pid_namespace *copy_pid_ns(unsigned long flags, in copy_pid_ns() 155 void put_pid_ns(struct pid_namespace *ns) in put_pid_ns() 157 struct pid_namespace *parent; in put_pid_ns() 169 void zap_pid_ns_processes(struct pid_namespace *pid_ns) in zap_pid_ns_processes() 351 return container_of(ns, struct pid_namespace, ns); in to_pid_ns() 356 struct pid_namespace *ns; in pidns_get() 369 struct pid_namespace *ns = NULL; in pidns_for_children_get() [all …]
|
H A D | pid.c | 75 struct pid_namespace init_pid_ns = { 110 struct pid_namespace *ns; in put_pid() 138 struct pid_namespace *ns = upid->ns; in free_pid() 162 struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, in alloc_pid() 168 struct pid_namespace *tmp; in alloc_pid() 305 void disable_pid_allocation(struct pid_namespace *ns) in disable_pid_allocation() 312 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns() 475 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns() 496 struct pid_namespace *ns) in __task_pid_nr_ns() 510 struct pid_namespace *task_active_pid_ns(struct task_struct *tsk) in task_active_pid_ns() [all …]
|
H A D | acct.c | 110 struct pid_namespace *ns; 163 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get() 216 struct pid_namespace *ns = task_active_pid_ns(current); in acct_on() 316 void acct_exit_ns(struct pid_namespace *ns) in acct_exit_ns() 524 struct pid_namespace *ns = acct->ns; in do_acct_process() 593 static void slow_acct_process(struct pid_namespace *ns) in slow_acct_process() 610 struct pid_namespace *ns; in acct_process()
|
H A D | pid_sysctl.h | 11 struct pid_namespace *ns = task_active_pid_ns(current); in pid_mfd_noexec_dointvec_minmax()
|
H A D | tsacct.c | 21 struct pid_namespace *pid_ns, in bacct_add_tsk()
|
/openbmc/linux/fs/proc/ |
H A D | internal.h | 93 struct pid_namespace *ns, struct pid *pid, 152 extern int proc_tid_stat(struct seq_file *, struct pid_namespace *, 154 extern int proc_tgid_stat(struct seq_file *, struct pid_namespace *, 156 extern int proc_pid_status(struct seq_file *, struct pid_namespace *, 158 extern int proc_pid_statm(struct seq_file *, struct pid_namespace *,
|
H A D | array.c | 148 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state() 439 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status() 467 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat() 664 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tid_stat() 670 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tgid_stat() 676 int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, in proc_pid_statm()
|
H A D | base.c | 421 static int proc_pid_wchan(struct seq_file *m, struct pid_namespace *ns, in proc_pid_wchan() 463 static int proc_pid_stack(struct seq_file *m, struct pid_namespace *ns, in proc_pid_stack() 585 static int proc_oom_score(struct seq_file *m, struct pid_namespace *ns, in proc_oom_score() 803 struct pid_namespace *ns = proc_pid_ns(inode->i_sb); in proc_single_show() 1501 struct pid_namespace *ns = proc_pid_ns(inode->i_sb); in sched_show() 2507 struct pid_namespace *ns; 3500 struct pid_namespace *ns; in proc_pid_lookup() 3568 struct pid_namespace *ns = proc_pid_ns(file_inode(file)->i_sb); in proc_pid_readdir() 3806 struct pid_namespace *ns; in proc_task_lookup() 3850 struct pid_namespace *ns) in first_tid() [all …]
|
H A D | self.c | 15 struct pid_namespace *ns = proc_pid_ns(inode->i_sb); in proc_self_get_link()
|
H A D | thread_self.c | 15 struct pid_namespace *ns = proc_pid_ns(inode->i_sb); in proc_thread_self_get_link()
|
/openbmc/linux/include/linux/sched/ |
H A D | debug.h | 10 struct pid_namespace; 41 struct pid_namespace *ns, struct seq_file *m);
|
/openbmc/linux/ipc/ |
H A D | util.h | 55 struct pid_namespace; 117 struct pid_namespace *ipc_seq_pid_ns(struct seq_file *);
|
/openbmc/linux/security/tomoyo/ |
H A D | realpath.c | 165 struct pid_namespace *proc_pidns = proc_pid_ns(sb); in tomoyo_get_local_path()
|