Home
last modified time | relevance | path

Searched refs:vhost_msg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dvhost.h70 struct vhost_msg { struct
/Linux-v4.19/tools/include/uapi/linux/
Dvhost.h70 struct vhost_msg { struct
/Linux-v4.19/drivers/vhost/
Dvhost.h152 struct vhost_msg msg;
Dvhost.c1044 offset = offsetof(struct vhost_msg, iotlb) - sizeof(int); in vhost_chr_write_iter()
1063 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1090 unsigned size = sizeof(struct vhost_msg); in vhost_chr_read_iter()