Home
last modified time | relevance | path

Searched refs:PidNsOperations (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Dpid_namespace.rs142 struct PidNsOperations { struct
146 impl PidNsOperations { argument
160 impl NsOperations for PidNsOperations { implementation
223 ns_common: Arc::new(NsCommon::new(Box::new(PidNsOperations::new( in new()
245 let ns_common = Arc::new(NsCommon::new(Box::new(PidNsOperations::new( in create_pid_namespace()