Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dvhost.h61 #define VHOST_NEW_WORKER _IOR(VHOST_VIRTIO, 0x8, struct vhost_worker_state)
66 #define VHOST_FREE_WORKER _IOW(VHOST_VIRTIO, 0x9, struct vhost_worker_state)
/Linux-v6.6/include/uapi/linux/
Dvhost.h61 #define VHOST_NEW_WORKER _IOR(VHOST_VIRTIO, 0x8, struct vhost_worker_state)
66 #define VHOST_FREE_WORKER _IOW(VHOST_VIRTIO, 0x9, struct vhost_worker_state)
Dvhost_types.h50 struct vhost_worker_state { struct
/Linux-v6.6/drivers/vhost/
Dvhost.c733 struct vhost_worker_state *info) in vhost_new_worker()
747 struct vhost_worker_state *info) in vhost_free_worker()
793 struct vhost_worker_state state; in vhost_worker_ioctl()