Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Dsystem_allocator.rs62 pci_allocator: BTreeMap<u8, AddressAllocator>, field
159 pci_allocator: BTreeMap::new(), in new()
207 if self.pci_allocator.get(&bus).is_none() { in get_pci_allocator_mut()
214 Ok(v) => self.pci_allocator.insert(bus, v), in get_pci_allocator_mut()
218 self.pci_allocator.get_mut(&bus) in get_pci_allocator_mut()
223 if self.pci_allocator.get(&bus).is_none() { in pci_bus_empty()