Home
last modified time | relevance | path

Searched defs:pid_namespace (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/
Dpid_namespace.h26 struct pid_namespace { struct
34 struct pid_namespace *parent; argument
52 extern struct pid_namespace init_pid_ns; argument
/linux-6.14.4/rust/kernel/
Dpid_namespace.rs29 pub fn as_ptr(&self) -> *mut bindings::pid_namespace { in as_ptr()
Dlib.rs67 pub mod pid_namespace; module