used_flags 312 drivers/vhost/vhost.c vq->used_flags = 0; used_flags 931 drivers/vhost/vhost.c return vhost_put_user(vq, cpu_to_vhost16(vq, vq->used_flags), used_flags 2344 drivers/vhost/vhost.c BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); used_flags 2528 drivers/vhost/vhost.c if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) used_flags 2530 drivers/vhost/vhost.c vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; used_flags 2565 drivers/vhost/vhost.c if (vq->used_flags & VRING_USED_F_NO_NOTIFY) used_flags 2567 drivers/vhost/vhost.c vq->used_flags |= VRING_USED_F_NO_NOTIFY; used_flags 114 drivers/vhost/vhost.h u16 used_flags;