Home
last modified time | relevance | path

Searched defs:pid_namespace (Results 1 – 2 of 2) 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 Dlib.rs98 pub mod pid_namespace; module