Searched refs:vhost_add_used (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/vhost/ |
H A D | vsock.c | 216 vhost_add_used(vq, head, sizeof(*hdr) + payload_len); in vhost_transport_do_send_pkt() 543 vhost_add_used(vq, head, 0); in vhost_vsock_handle_tx_kick()
|
H A D | vhost.c | 2705 int vhost_add_used(struct vhost_virtqueue *vq, unsigned int head, int len) in vhost_add_used() function 2714 EXPORT_SYMBOL_GPL(vhost_add_used); 2836 vhost_add_used(vq, head, len); in vhost_add_used_and_signal()
|
H A D | scsi.c | 600 vhost_add_used(cmd->tvc_vq, cmd->tvc_vq_desc, 0); in vhost_scsi_complete_cmd_work()
|