Searched refs:xce_pollfd_idx (Results 1 – 2 of 2) sorted by relevance
104 int xce_pollfd_idx; member835 con->xce_pollfd_idx = -1; in console_init()1123 con->xce_pollfd_idx != -1 && in handle_console_ring()1124 !(fds[con->xce_pollfd_idx].revents & in handle_console_ring()1126 (fds[con->xce_pollfd_idx].revents & in handle_console_ring()1131 con->xce_pollfd_idx = -1; in handle_console_ring()1271 con->xce_pollfd_idx = set_fds(evtchn_fd, in maybe_add_console_evtchn_fd()1317 int xce_pollfd_idx = -1; in handle_io() local1409 if (log_hv && xce_pollfd_idx != -1) { in handle_io()1415 } else if (fds[xce_pollfd_idx].revents & POLLIN) in handle_io()[all …]
68 static int xce_pollfd_idx = -1; variable338 xce_pollfd_idx = set_fd(xenevtchn_fd(xce_handle), in initialize_fds()2165 if (xce_pollfd_idx != -1) { in main()2166 if (fds[xce_pollfd_idx].revents & ~POLLIN) { in main()2169 } else if (fds[xce_pollfd_idx].revents & POLLIN) { in main()2171 xce_pollfd_idx = -1; in main()
Completed in 8 milliseconds