Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dpid_namespace.rs48 unsafe { bindings::get_pid_ns(self.as_ptr()) }; in inc_ref()
H A Dtask.rs236 pub fn get_pid_ns(&self) -> Option<ARef<PidNamespace>> { in get_pid_ns() method
/linux/ipc/
H A Dutil.c907 iter->pid_ns = get_pid_ns(task_active_pid_ns(current)); in sysvipc_proc_open()
/linux/kernel/
H A Dpid.c192 get_pid_ns(ns); in alloc_pid()
/linux/kernel/cgroup/
H A Dcgroup-v1.c327 l->key.ns = get_pid_ns(task_active_pid_ns(current)); in cgroup_pidlist_find_create()