Searched refs:VHOST_SET_OWNER (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dvhost.h32 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01) macro
53 * This must be called after VHOST_SET_OWNER and the caller must be the owner
/linux-master/include/uapi/linux/
H A Dvhost.h32 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01) macro
53 * This must be called after VHOST_SET_OWNER and the caller must be the owner
/linux-master/tools/virtio/
H A Dvirtio_test.c139 r = ioctl(dev->control, VHOST_SET_OWNER, NULL);
H A Dvhost_net_test.c235 r = ioctl(dev->control, VHOST_SET_OWNER, NULL);
/linux-master/drivers/vhost/
H A Dnet.c1702 case VHOST_SET_OWNER:
H A Dvdpa.c889 case VHOST_SET_OWNER:
H A Dvhost.c885 * before VHOST_SET_OWNER so it simplifies the failure path
2051 if (ioctl == VHOST_SET_OWNER) {

Completed in 227 milliseconds