Searched refs:xs_pollfd_idx (Results 1 – 1 of 1) sorted by relevance
1318 int xs_pollfd_idx = -1; in handle_io() local1357 xs_pollfd_idx = set_fds(xs_fileno(xs), POLLIN|POLLPRI); in handle_io()1424 if (xs_pollfd_idx != -1) { in handle_io()1425 if (fds[xs_pollfd_idx].revents & ~(POLLIN|POLLOUT|POLLPRI)) { in handle_io()1430 } else if (fds[xs_pollfd_idx].revents & POLLIN) in handle_io()1433 xs_pollfd_idx = -1; in handle_io()
Completed in 9 milliseconds