MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / trigger

Method trigger

vmm/src/interrupt.rs:111–116  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

109 }
110
111 fn trigger(&mut self) -> Result<()> {
112 match self.irq_fd {
113 Some(ref fd) => fd.write(1),
114 None => Ok(()),
115 }
116 }
117
118 fn notifier(&mut self) -> Option<EventFd> {
119 Some(

Callers 1

Calls 3

writeMethod · 0.45
getMethod · 0.45
service_irqMethod · 0.45

Tested by

no test coverage detected