Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c47 static struct vhost_log *vhost_log_shm[VHOST_BACKEND_TYPE_MAX]; variable
378 log = share ? vhost_log_shm[backend_type] : vhost_log[backend_type]; in vhost_log_get()
383 vhost_log_shm[backend_type] = log; in vhost_log_get()
421 } else if (vhost_log_shm[backend_type] == log) { in vhost_log_put()
424 vhost_log_shm[backend_type] = NULL; in vhost_log_put()