Lines Matching full:of
6 /* vhost is used to reduce the number of system calls involved in virtio.
29 /* Set current process as the (exclusive) owner of this file descriptor. This
49 * command allows the owner of the device to create an additional vhost_worker
50 * for the device. It can later be bound to 1 or more of its virtqueues using
54 * of the device. The new thread will inherit caller's cgroups and namespaces,
69 /* Set number of descriptors in ring. This parameter can not
92 /* Attach a vhost_worker created with VHOST_NEW_WORKER to one of the device's
151 /* Get the device id. The device ids follow the same definition of
156 * of the device status defined in virtio-spec.
161 * definition of the device config defined in virtio-spec.
182 /* Get the number of address spaces. */
186 * The virtqueue index is stored in the index field of
188 * returned via num field of vhost_vring_state.
193 * the index field of vhost_vring_state, the ASID associated with this
194 * group is stored at num field of vhost_vring_state.
201 * After the return of ioctl the device must preserve all the necessary state
210 * After the return of this ioctl the device will have restored all the
217 * of a virtqueue: read index, write group in num.
218 * The virtqueue index is stored in the index field of vhost_vring_state.
219 * The group ID of the descriptor table for this specific virtqueue
220 * is returned via num field of vhost_vring_state.
226 /* Get the count of all virtqueues */
229 /* Get the number of virtqueue groups. */
232 /* Get the queue size of a specific virtqueue.