Home
last modified time | relevance | path

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

/linux-6.15/rust/helpers/
H A Dpid_namespace.c8 return get_pid_ns(ns); in rust_helper_get_pid_ns()
24 get_pid_ns(pid_ns); in rust_helper_task_get_pid_ns()
/linux-6.15/kernel/
H A Dpid_namespace.c117 ns->parent = get_pid_ns(parent_pid_ns); in create_pid_namespace()
178 return get_pid_ns(old_ns); in copy_pid_ns()
359 get_pid_ns(ns); in pidns_get()
372 get_pid_ns(ns); in pidns_for_children_get()
421 nsproxy->pid_ns_for_children = get_pid_ns(new); in pidns_install()
440 return &get_pid_ns(pid_ns)->ns; in pidns_get_parent()
H A Dnsproxy.c415 get_pid_ns(pid_ns); in validate_nsset()
H A Dpid.c262 get_pid_ns(ns); in alloc_pid()
/linux-6.15/include/linux/
H A Dpid_namespace.h57 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
90 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns() function
/linux-6.15/rust/kernel/
H A Dpid_namespace.rs51 unsafe { bindings::get_pid_ns(self.as_ptr()) }; in inc_ref()
H A Dtask.rs296 pub fn get_pid_ns(&self) -> Option<ARef<PidNamespace>> { in get_pid_ns() method
/linux-6.15/fs/proc/
H A Droot.c170 fs_info->pid_ns = get_pid_ns(ctx->pid_ns); in proc_fill_super()
252 ctx->pid_ns = get_pid_ns(task_active_pid_ns(current)); in proc_init_fs_context()
/linux-6.15/fs/
H A Dpidfs.c453 get_pid_ns(nsp->pid_ns_for_children); in pidfd_ioctl()
488 ns_common = to_ns_common(get_pid_ns(pid_ns)); in pidfd_ioctl()
/linux-6.15/ipc/
H A Dutil.c907 iter->pid_ns = get_pid_ns(task_active_pid_ns(current)); in sysvipc_proc_open()
/linux-6.15/kernel/bpf/
H A Dtask_iter.c385 common->ns = get_pid_ns(task_active_pid_ns(current)); in init_seq_pidns()
/linux-6.15/kernel/cgroup/
H A Dcgroup-v1.c323 l->key.ns = get_pid_ns(task_active_pid_ns(current)); in cgroup_pidlist_find_create()
/linux-6.15/fs/fuse/
H A Dinode.c981 fc->pid_ns = get_pid_ns(task_active_pid_ns(current)); in fuse_conn_init()
/linux-6.15/kernel/events/
H A Dcore.c12602 event->ns = get_pid_ns(task_active_pid_ns(current)); in perf_event_alloc()