Home
last modified time | relevance | path

Searched defs:virtqueue (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h62467 struct virtqueue { struct
62469 void (*callback)(struct virtqueue *); argument
62470 const char *name;
62471 struct virtio_device *vdev;
62472 unsigned int index;
62473 unsigned int num_free;
62497 typedef void vq_callback_t(struct virtqueue *); argument