Searched refs:same_source (Results 1 – 1 of 1) sorted by relevance
182 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