Lines Matching refs:pollfd
247 struct pollfd pollfd;250 pollfd.fd = ts->ts_cons[i];251 pollfd.events = POLLOUT;252 if (poll(&pollfd, 1, -1) == 1)265 struct pollfd pollfd;271 pollfd.fd = ts->ts_lsns[i];272 pollfd.events = POLLIN;273 if (poll(&pollfd, 1, -1) != 1)