Home
last modified time | relevance | path

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

/rust/helpers/
A Dpid_namespace.c6 struct pid_namespace *rust_helper_get_pid_ns(struct pid_namespace *ns) in rust_helper_get_pid_ns()
11 void rust_helper_put_pid_ns(struct pid_namespace *ns) in rust_helper_put_pid_ns()
17 struct pid_namespace *rust_helper_task_get_pid_ns(struct task_struct *task) in rust_helper_task_get_pid_ns()
19 struct pid_namespace *pid_ns; in rust_helper_task_get_pid_ns()
A Dtask.c59 struct pid_namespace *ns) in rust_helper_task_tgid_nr_ns()
/rust/kernel/
A Dpid_namespace.rs23 inner: Opaque<bindings::pid_namespace>,
29 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { in as_ptr() argument
39 pub unsafe fn from_ptr<'a>(ptr: *const bindings::pid_namespace) -> &'a Self { in from_ptr()
A Dtask.rs11 pid_namespace::PidNamespace,
A Dlib.rs109 pub mod pid_namespace; module

Completed in 6 milliseconds