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

Method data_descriptors

block/src/request.rs:522–526  ·  view source on GitHub ↗
(
        &self,
    )

Source from the content-addressed store, hash-verified

520
521 #[inline]
522 pub fn data_descriptors(
523 &self,
524 ) -> &SmallVec<[(GuestAddress, u32); DEFAULT_DESCRIPTOR_VEC_SIZE]> {
525 &self.data_descriptors
526 }
527
528 #[inline]
529 pub fn status_addr(&self) -> GuestAddress {

Callers 2

process_queue_submitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected