Searched refs:VIRTIO_DEV_RUNNING (Results 1 – 3 of 3) sorted by relevance
350 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_user_set_features()616 if (dev->flags & VIRTIO_DEV_RUNNING) in numa_realloc()1476 if (!(dev->flags & VIRTIO_DEV_RUNNING)) in virtio_is_ready()3059 if (!(dev->flags & VIRTIO_DEV_RUNNING)) { in vhost_user_msg_handler()3061 dev->flags |= VIRTIO_DEV_RUNNING; in vhost_user_msg_handler()
700 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_destroy_device_notify()704 dev->flags &= ~VIRTIO_DEV_RUNNING; in vhost_destroy_device_notify()
29 #define VIRTIO_DEV_RUNNING ((uint32_t)1 << 0) macro