Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost.c47 static struct vhost_log *vhost_log_shm; variable
324 struct vhost_log *log = share ? vhost_log_shm : vhost_log; in vhost_log_get()
329 vhost_log_shm = log; in vhost_log_get()
358 } else if (vhost_log_shm == log) { in vhost_log_put()
361 vhost_log_shm = NULL; in vhost_log_put()