Home
last modified time | relevance | path

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

12345678

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dpid_namespace.h19 struct pid_namespace { struct
26 struct pid_namespace *parent; argument
36 extern struct pid_namespace init_pid_ns; argument
41 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
48 extern struct pid_namespace *copy_pid_ns(unsigned long flags,
49 struct user_namespace *user_ns, struct pid_namespace *ns);
50 extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
52 extern void put_pid_ns(struct pid_namespace *ns);
57 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
63 struct user_namespace *user_ns, struct pid_namespace *ns) in copy_pid_ns()
[all …]
H A Dpid.h56 struct pid_namespace *ns;
110 struct pid_namespace;
111 extern struct pid_namespace init_pid_ns;
125 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
132 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
134 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid,
137 extern void disable_pid_allocation(struct pid_namespace *ns);
149 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
151 struct pid_namespace *ns = NULL; in ns_of_pid()
187 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
H A Dtsacct_kern.h15 struct pid_namespace *pid_ns,
19 struct pid_namespace *pid_ns, in bacct_add_tsk()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dpid_namespace.h19 struct pid_namespace { struct
26 struct pid_namespace *parent; argument
36 extern struct pid_namespace init_pid_ns; argument
41 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
48 extern struct pid_namespace *copy_pid_ns(unsigned long flags,
49 struct user_namespace *user_ns, struct pid_namespace *ns);
50 extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
52 extern void put_pid_ns(struct pid_namespace *ns);
57 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
63 struct user_namespace *user_ns, struct pid_namespace *ns) in copy_pid_ns()
[all …]
H A Dpid.h56 struct pid_namespace *ns;
110 struct pid_namespace;
111 extern struct pid_namespace init_pid_ns;
125 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
132 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
134 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid,
137 extern void disable_pid_allocation(struct pid_namespace *ns);
149 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
151 struct pid_namespace *ns = NULL; in ns_of_pid()
187 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
H A Dtsacct_kern.h15 struct pid_namespace *pid_ns,
19 struct pid_namespace *pid_ns, in bacct_add_tsk()
H A Dnsproxy.h11 struct pid_namespace;
36 struct pid_namespace *pid_ns_for_children;
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dpid_namespace.h19 struct pid_namespace { struct
26 struct pid_namespace *parent; argument
36 extern struct pid_namespace init_pid_ns; argument
41 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
48 extern struct pid_namespace *copy_pid_ns(unsigned long flags,
49 struct user_namespace *user_ns, struct pid_namespace *ns);
50 extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
52 extern void put_pid_ns(struct pid_namespace *ns);
57 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
63 struct user_namespace *user_ns, struct pid_namespace *ns) in copy_pid_ns()
[all …]
H A Dpid.h56 struct pid_namespace *ns;
110 struct pid_namespace;
111 extern struct pid_namespace init_pid_ns;
125 extern struct pid *find_pid_ns(int nr, struct pid_namespace *ns);
132 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
134 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid,
137 extern void disable_pid_allocation(struct pid_namespace *ns);
149 static inline struct pid_namespace *ns_of_pid(struct pid *pid) in ns_of_pid()
151 struct pid_namespace *ns = NULL; in ns_of_pid()
187 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
H A Dtsacct_kern.h15 struct pid_namespace *pid_ns,
19 struct pid_namespace *pid_ns, in bacct_add_tsk()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dpid_namespace.c71 struct pid_namespace *parent_pid_ns) in create_pid_namespace()
73 struct pid_namespace *ns; in create_pid_namespace()
125 struct pid_namespace *ns = container_of(p, struct pid_namespace, rcu); in delayed_free_pidns()
141 struct pid_namespace *copy_pid_ns(unsigned long flags, in copy_pid_ns()
151 void put_pid_ns(struct pid_namespace *ns) in put_pid_ns()
153 struct pid_namespace *parent; in put_pid_ns()
165 void zap_pid_ns_processes(struct pid_namespace *pid_ns) in zap_pid_ns_processes()
330 return container_of(ns, struct pid_namespace, ns); in to_pid_ns()
335 struct pid_namespace *ns; in pidns_get()
348 struct pid_namespace *ns = NULL; in pidns_for_children_get()
[all …]
H A Dpid.c75 struct pid_namespace init_pid_ns = {
107 struct pid_namespace *ns; in put_pid()
135 struct pid_namespace *ns = upid->ns; in free_pid()
159 struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, in alloc_pid()
165 struct pid_namespace *tmp; in alloc_pid()
302 void disable_pid_allocation(struct pid_namespace *ns) in disable_pid_allocation()
309 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns()
472 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns()
493 struct pid_namespace *ns) in __task_pid_nr_ns()
507 struct pid_namespace *task_active_pid_ns(struct task_struct *tsk) in task_active_pid_ns()
[all …]
H A Dacct.c91 struct pid_namespace *ns;
144 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()
197 struct pid_namespace *ns = task_active_pid_ns(current); in acct_on()
297 void acct_exit_ns(struct pid_namespace *ns) in acct_exit_ns()
503 struct pid_namespace *ns = acct->ns; in do_acct_process()
573 static void slow_acct_process(struct pid_namespace *ns) in slow_acct_process()
590 struct pid_namespace *ns; in acct_process()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dpid_namespace.c71 struct pid_namespace *parent_pid_ns) in create_pid_namespace()
73 struct pid_namespace *ns; in create_pid_namespace()
125 struct pid_namespace *ns = container_of(p, struct pid_namespace, rcu); in delayed_free_pidns()
141 struct pid_namespace *copy_pid_ns(unsigned long flags, in copy_pid_ns()
151 void put_pid_ns(struct pid_namespace *ns) in put_pid_ns()
153 struct pid_namespace *parent; in put_pid_ns()
165 void zap_pid_ns_processes(struct pid_namespace *pid_ns) in zap_pid_ns_processes()
330 return container_of(ns, struct pid_namespace, ns); in to_pid_ns()
335 struct pid_namespace *ns; in pidns_get()
348 struct pid_namespace *ns = NULL; in pidns_for_children_get()
[all …]
H A Dpid.c75 struct pid_namespace init_pid_ns = {
107 struct pid_namespace *ns; in put_pid()
135 struct pid_namespace *ns = upid->ns; in free_pid()
159 struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, in alloc_pid()
165 struct pid_namespace *tmp; in alloc_pid()
302 void disable_pid_allocation(struct pid_namespace *ns) in disable_pid_allocation()
309 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns()
472 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns()
493 struct pid_namespace *ns) in __task_pid_nr_ns()
507 struct pid_namespace *task_active_pid_ns(struct task_struct *tsk) in task_active_pid_ns()
[all …]
H A Dacct.c91 struct pid_namespace *ns;
144 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()
197 struct pid_namespace *ns = task_active_pid_ns(current); in acct_on()
297 void acct_exit_ns(struct pid_namespace *ns) in acct_exit_ns()
503 struct pid_namespace *ns = acct->ns; in do_acct_process()
573 static void slow_acct_process(struct pid_namespace *ns) in slow_acct_process()
590 struct pid_namespace *ns; in acct_process()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dpid_namespace.c71 struct pid_namespace *parent_pid_ns) in create_pid_namespace()
73 struct pid_namespace *ns; in create_pid_namespace()
125 struct pid_namespace *ns = container_of(p, struct pid_namespace, rcu); in delayed_free_pidns()
141 struct pid_namespace *copy_pid_ns(unsigned long flags, in copy_pid_ns()
151 void put_pid_ns(struct pid_namespace *ns) in put_pid_ns()
153 struct pid_namespace *parent; in put_pid_ns()
165 void zap_pid_ns_processes(struct pid_namespace *pid_ns) in zap_pid_ns_processes()
330 return container_of(ns, struct pid_namespace, ns); in to_pid_ns()
335 struct pid_namespace *ns; in pidns_get()
348 struct pid_namespace *ns = NULL; in pidns_for_children_get()
[all …]
H A Dpid.c75 struct pid_namespace init_pid_ns = {
107 struct pid_namespace *ns; in put_pid()
135 struct pid_namespace *ns = upid->ns; in free_pid()
159 struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, in alloc_pid()
165 struct pid_namespace *tmp; in alloc_pid()
302 void disable_pid_allocation(struct pid_namespace *ns) in disable_pid_allocation()
309 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns()
472 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns()
493 struct pid_namespace *ns) in __task_pid_nr_ns()
507 struct pid_namespace *task_active_pid_ns(struct task_struct *tsk) in task_active_pid_ns()
[all …]
H A Dacct.c91 struct pid_namespace *ns;
144 static struct bsd_acct_struct *acct_get(struct pid_namespace *ns) in acct_get()
197 struct pid_namespace *ns = task_active_pid_ns(current); in acct_on()
297 void acct_exit_ns(struct pid_namespace *ns) in acct_exit_ns()
503 struct pid_namespace *ns = acct->ns; in do_acct_process()
573 static void slow_acct_process(struct pid_namespace *ns) in slow_acct_process()
590 struct pid_namespace *ns; in acct_process()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/proc/
H A Dinternal.h88 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 *,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/proc/
H A Dinternal.h88 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 *,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/proc/
H A Dinternal.h88 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 *,
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sched/
H A Ddebug.h10 struct pid_namespace;
41 struct pid_namespace *ns, struct seq_file *m);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/sched/
H A Ddebug.h10 struct pid_namespace;
41 struct pid_namespace *ns, struct seq_file *m);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/sched/
H A Ddebug.h10 struct pid_namespace;
41 struct pid_namespace *ns, struct seq_file *m);

12345678