Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ notifier
Method
notifier
devices/src/gic.rs:148–150 ·
view source on GitHub ↗
(&self, irq: usize)
Source
from the content-addressed store, hash-verified
146
}
147
148
fn notifier(&self, irq: usize) -> Option<EventFd> {
149
self.interrupt_source_group.notifier(irq as InterruptIndex)
150
}
151
}
152
153
impl Snapshottable for Gic {
Callers
5
enable_intx
Method · 0.45
enable_msi
Method · 0.45
enable_msix
Method · 0.45
micro_bench_aio_drain
Function · 0.45
drain_async_completions
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected