Searched refs:VIRTIO_DEV_RUNNING (Results 1 – 3 of 3) sorted by relevance
329 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_user_set_features()492 if (dev->flags & VIRTIO_DEV_RUNNING) in numa_realloc()1341 if (!(dev->flags & VIRTIO_DEV_RUNNING)) in virtio_is_ready()2911 if (!(dev->flags & VIRTIO_DEV_RUNNING)) { in vhost_user_msg_handler()2913 dev->flags |= VIRTIO_DEV_RUNNING; in vhost_user_msg_handler()
681 if (dev->flags & VIRTIO_DEV_RUNNING) { in vhost_destroy_device_notify()685 dev->flags &= ~VIRTIO_DEV_RUNNING; in vhost_destroy_device_notify()
30 #define VIRTIO_DEV_RUNNING 1 macro