Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dpipe.rs44 inner: SpinLock<InnerPipeInode>,
51 pub struct InnerPipeInode { struct
65 impl InnerPipeInode { argument
129 let inner = InnerPipeInode { in new()
168 pub fn inner(&self) -> &SpinLock<InnerPipeInode> { in inner() argument