Home
last modified time | relevance | path

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

/DragonOS/kernel/src/namespaces/
H A Dmnt_namespace.rs32 ns_common: Arc<NsCommon>, field
143 let ns_common = Arc::new(NsCommon::new(Box::new(MntNsOperations::new( in new() localVariable
170 let ns_common = Arc::new(NsCommon::new(Box::new(MntNsOperations::new( in create_mnt_namespace() localVariable
H A Dpid_namespace.rs45 pub ns_common: Arc<NsCommon>, field
245 let ns_common = Arc::new(NsCommon::new(Box::new(PidNsOperations::new( in create_pid_namespace() localVariable
H A Duser_namespace.rs49 ns_common: Arc<NsCommon>, field