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

Method trigger

virtio-devices/src/vsock/mod.rs:190–195  ·  view source on GitHub ↗
(
            &self,
            _int_type: VirtioInterruptType,
        )

Source from the content-addressed store, hash-verified

188
189 impl VirtioInterrupt for NoopVirtioInterrupt {
190 fn trigger(
191 &self,
192 _int_type: VirtioInterruptType,
193 ) -> std::result::Result<(), std::io::Error> {
194 Ok(())
195 }
196
197 fn set_notifier(
198 &self,

Callers 15

signal_used_queueMethod · 0.45
handle_eventMethod · 0.45
activateMethod · 0.45
trigger_interruptMethod · 0.45
signal_used_queueMethod · 0.45
mark_device_needs_resetFunction · 0.45
signal_used_queueMethod · 0.45
signal_used_queueMethod · 0.45
signalMethod · 0.45
signalMethod · 0.45
signal_used_queueMethod · 0.45
signal_used_queueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected