Searched refs:vhost_user_recv_resp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | virtio_uml.c | 165 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() function 185 int rc = vhost_user_recv_resp(vu_dev, &msg, in vhost_user_recv_u64() 495 rc = vhost_user_recv_resp(vu_dev, msg, msg_size); in vhost_user_get_config()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | virtio_uml.c | 176 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() function 198 int rc = vhost_user_recv_resp(vu_dev, &msg, in vhost_user_recv_u64() 550 rc = vhost_user_recv_resp(vu_dev, msg, msg_size); in vhost_user_get_config()
|
Completed in 11 milliseconds