Symbol: vhost_vring_file
drivers/vhost/net.c
1746
struct vhost_vring_file backend;
drivers/vhost/test.c
320
struct vhost_vring_file backend;
drivers/vhost/vhost.c
2140
struct vhost_vring_file f;
include/uapi/linux/vhost.h
109
#define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
include/uapi/linux/vhost.h
111
#define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
include/uapi/linux/vhost.h
113
#define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
include/uapi/linux/vhost.h
132
#define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
tools/perf/trace/beauty/include/uapi/linux/vhost.h
109
#define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
tools/perf/trace/beauty/include/uapi/linux/vhost.h
111
#define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
tools/perf/trace/beauty/include/uapi/linux/vhost.h
113
#define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
tools/perf/trace/beauty/include/uapi/linux/vhost.h
132
#define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
tools/virtio/vhost_net_test.c
159
struct vhost_vring_file file = { .index = info->idx };
tools/virtio/vhost_net_test.c
193
struct vhost_vring_file backend = { .index = idx, .fd = fd };
tools/virtio/virtio_test.c
49
static const struct vhost_vring_file no_backend = { .fd = -1 },
tools/virtio/virtio_test.c
71
struct vhost_vring_file file = { .index = info->idx };