Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dmod.rs1196 inner_locked: RwLock<InnerSchedInfo>,
1245 pub struct InnerSchedInfo { struct
1252 impl InnerSchedInfo { impl
1281 inner_locked: RwLock::new(InnerSchedInfo { in new()
1335 pub fn inner_lock_write_irqsave(&self) -> RwLockWriteGuard<InnerSchedInfo> { in inner_lock_write_irqsave() argument
1339 pub fn inner_lock_read_irqsave(&self) -> RwLockReadGuard<InnerSchedInfo> { in inner_lock_read_irqsave() argument