Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c623 int n_old_sections; in vhost_commit() local
635 n_old_sections = dev->n_mem_sections; in vhost_commit()
639 if (dev->n_mem_sections != n_old_sections) { in vhost_commit()
643 for (i = 0; i < n_old_sections; i++) { in vhost_commit()
718 while (n_old_sections--) { in vhost_commit()
719 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()