Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/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-6.12.1/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-6.12.1/drivers/vhost/
Dvhost.c783 struct vhost_worker_state *info) in vhost_new_worker()
797 struct vhost_worker_state *info) in vhost_free_worker()
849 struct vhost_worker_state state; in vhost_worker_ioctl()