Home
last modified time | relevance | path

Searched refs:VHOST_VRING_F_LOG (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dvhost.h36 #define VHOST_VRING_F_LOG 0 macro
/linux-4.1.27/drivers/vhost/
Dvhost.c704 if (a.flags & ~(0x1 << VHOST_VRING_F_LOG)) { in vhost_vring_ioctl()
740 if ((a.flags & (0x1 << VHOST_VRING_F_LOG)) && in vhost_vring_ioctl()
749 vq->log_used = !!(a.flags & (0x1 << VHOST_VRING_F_LOG)); in vhost_vring_ioctl()