Searched defs:InnerWaitQueue (Results 1 – 1 of 1) sorted by relevance
31 struct InnerWaitQueue { struct38 pub struct WaitQueue(SpinLock<InnerWaitQueue>); argument200 impl InnerWaitQueue { implementation