Home
last modified time | relevance | path

Searched defs:pid_ns (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Dpid_namespace.rs97 let mut pid_ns = ns.clone(); // 当前正在处理的命名空间 in alloc_pid() localVariable
167 let pid_ns = PidNamespace::ns_common_to_ns(ns_common); in owner() localVariable
175 let mut pid_ns = &PidNamespace::ns_common_to_ns(ns_common).parent; in get_parent() localVariable
195 let mut pid_ns = PidNamespace::ns_common_to_ns(ns_common); in install() localVariable
H A Dmnt_namespace.rs138 let pid_ns = MntNamespace::ns_common_to_ns(ns_common); in put() localVariable