Searched refs:ioeventfd_max (Results 1 – 1 of 1) sorted by relevance
974 unsigned ioeventfd_max; in address_space_update_ioeventfds() local988 ioeventfd_max = QEMU_ALIGN_UP(as->ioeventfd_nb, 4); in address_space_update_ioeventfds()989 ioeventfds = g_new(MemoryRegionIoeventfd, ioeventfd_max); in address_space_update_ioeventfds()999 if (ioeventfd_nb > ioeventfd_max) { in address_space_update_ioeventfds()1000 ioeventfd_max = MAX(ioeventfd_max * 2, 4); in address_space_update_ioeventfds()1002 ioeventfd_max * sizeof(*ioeventfds)); in address_space_update_ioeventfds()