Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dpipe.rs51 pub struct InnerPipeInode { struct
65 impl InnerPipeInode { argument
168 pub fn inner(&self) -> &SpinLock<InnerPipeInode> { in inner()