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

Method dtable_start

vm-virtio/src/queue.rs:217–219  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

215 }
216
217 pub fn dtable_start(&self) -> GuestAddress {
218 self.dtable.first().unwrap().start()
219 }
220
221 pub fn avail_start(&self) -> GuestAddress {
222 self.avail.flags.location

Callers 2

create_queueMethod · 0.80
startMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected