Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/exception/
Dirqdomain.rs40 domains: SpinLock<Vec<Arc<IrqDomain>>>, field
47 domains: SpinLock::new(Vec::new()), in new()
116 self.domains.lock_irqsave().push(domain); in add_domain()
121 let mut domains = self.domains.lock_irqsave(); in remove_domain() localVariable
122 let index = domains in remove_domain()
126 domains.remove(index); in remove_domain()