Home
last modified time | relevance | path

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

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