MCPcopy 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
153impl Snapshottable for Gic {

Callers 5

enable_intxMethod · 0.45
enable_msiMethod · 0.45
enable_msixMethod · 0.45
micro_bench_aio_drainFunction · 0.45
drain_async_completionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected