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

Method size

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

Source from the content-addressed store, hash-verified

211 }
212
213 fn size(&self) -> u16 {
214 self.dtable.len() as u16
215 }
216
217 pub fn dtable_start(&self) -> GuestAddress {
218 self.dtable.first().unwrap().start()

Callers 15

clone_queueFunction · 0.45
create_queueMethod · 0.45
add_pci_deviceMethod · 0.45
eject_deviceMethod · 0.45
create_ram_region_rawMethod · 0.45
discard_memory_rangeMethod · 0.45
activate_vdpaMethod · 0.45
newMethod · 0.45
process_queue_submitMethod · 0.45
activateMethod · 0.45
stateMethod · 0.45
allocate_barsMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected