Searched refs:domains (Results 1 – 1 of 1) sorted by relevance
44 domains: SpinLock<Vec<Arc<IrqDomain>>>, field51 domains: SpinLock::new(Vec::new()), in new()118 self.domains.lock_irqsave().push(domain); in add_domain()123 let mut domains = self.domains.lock_irqsave(); in remove_domain() localVariable124 let index = domains in remove_domain()128 domains.remove(index); in remove_domain()