Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dcompletion.rs15 inner: SpinLock<InnerCompletion>,
21 inner: SpinLock::new(InnerCompletion::new()), in new()
143 pub struct InnerCompletion { struct
148 impl InnerCompletion { argument