Home
last modified time | relevance | path

Searched refs:get_pid_ns (Results 1 – 10 of 10) sorted by relevance

/linux/kernel/
H A Dpid_namespace.c116 ns->parent = get_pid_ns(parent_pid_ns); in create_pid_namespace()
179 return get_pid_ns(old_ns); in copy_pid_ns()
355 get_pid_ns(ns); in pidns_get()
368 get_pid_ns(ns); in pidns_for_children_get()
423 nsproxy->pid_ns_for_children = get_pid_ns(new); in pidns_install()
442 return &get_pid_ns(pid_ns)->ns; in pidns_get_parent()
H A Dnsproxy.c432 get_pid_ns(pid_ns); in validate_nsset()
H A Dpid.c263 get_pid_ns(ns); in alloc_pid()
/linux/include/linux/
H A Dpid_namespace.h62 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
97 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/linux/fs/proc/
H A Droot.c162 ctx->pid_ns = get_pid_ns(target); in proc_parse_pidns_param()
241 fs_info->pid_ns = get_pid_ns(ctx->pid_ns); in proc_apply_options()
256 fs_info->pid_ns = get_pid_ns(ctx->pid_ns); in proc_fill_super()
338 ctx->pid_ns = get_pid_ns(task_active_pid_ns(current)); in proc_init_fs_context()
/linux/rust/kernel/
H A Dpid_namespace.rs48 unsafe { bindings::get_pid_ns(self.as_ptr()) }; in inc_ref()
/linux/kernel/bpf/
H A Dtask_iter.c385 common->ns = get_pid_ns(task_active_pid_ns(current)); in init_seq_pidns()
/linux/kernel/cgroup/
H A Dcgroup-v1.c327 l->key.ns = get_pid_ns(task_active_pid_ns(current)); in cgroup_pidlist_find_create()
/linux/fs/fuse/
H A Dinode.c997 fc->pid_ns = get_pid_ns(task_active_pid_ns(current)); in fuse_conn_init()
/linux/kernel/events/
H A Dcore.c13002 event->ns = get_pid_ns(task_active_pid_ns(current)); in perf_event_alloc()