Searched refs:userfault_event_fd (Results 1 – 2 of 2) sorted by relevance
650 close(mis->userfault_event_fd); in postcopy_ram_incoming_cleanup()984 pfd[1].fd = mis->userfault_event_fd; in postcopy_ram_fault_thread()1025 if (read(mis->userfault_event_fd, &tmp64, 8) != 8) { in postcopy_ram_fault_thread()1233 mis->userfault_event_fd = eventfd(0, EFD_CLOEXEC); in postcopy_ram_incoming_setup()1234 if (mis->userfault_event_fd == -1) { in postcopy_ram_incoming_setup()1480 if (write(mis->userfault_event_fd, &tmp64, 8) != 8) { in postcopy_fault_thread_notify()
110 int userfault_event_fd; member