Searched refs:domains (Results 1 – 1 of 1) sorted by relevance
40 domains: SpinLock<Vec<Arc<IrqDomain>>>, field47 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() localVariable122 let index = domains in remove_domain()126 domains.remove(index); in remove_domain()