Searched refs:poll_read (Results 1 – 2 of 2) sorted by relevance
297 static inline int poll_read(int fd, unsigned int timeout_sec) in poll_read() function316 if (poll_read(fd, timeout_sec)) in accept_timeout()325 if (poll_read(fd, timeout_sec)) in recv_timeout()
1023 err = poll_read(conn, IO_TIMEOUT_SEC); in test_sockmap_vsock_unconnected() 1294 /* Poll FIONREAD until expected bytes arrive, poll_read() is unreliable