Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dx86_64.rs182 if routes.iter().any(|r| !Self::same_source(&route.source, r)) { in add()
265 fn same_source(source: &IrqSource, other: &IrqSource) -> bool { in same_source() method