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.c629 int n_old_sections; in vhost_commit() local
641 n_old_sections = dev->n_mem_sections; in vhost_commit()
645 if (dev->n_mem_sections != n_old_sections) { in vhost_commit()
649 for (i = 0; i < n_old_sections; i++) { in vhost_commit()
731 while (n_old_sections--) { in vhost_commit()
732 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()