Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dvhost.h
/linux/include/uapi/linux/
H A 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)
H A Dvhost_types.h50 struct vhost_worker_state { struct
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A 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/drivers/vhost/
H A Dvhost.c951 struct vhost_worker_state *info) in vhost_new_worker()
965 struct vhost_worker_state *info) in vhost_free_worker()
1017 struct vhost_worker_state state; in vhost_worker_ioctl()