Searched refs:POLL_FDS (Results 1 – 4 of 4) sorted by relevance
58 for (i = 0; i < POLL_FDS; i++) { in poll_loop()63 rc = poll(context->fds, POLL_FDS, -1); in poll_loop()
83 #define POLL_FDS 3 /* Number of FDs we poll on */ macro
52 #define POLL_FDS 3 /* Number of FDs we poll on */ macro
124 for (i = 0; i < POLL_FDS; i++) { in poll_loop()129 rc = poll(context->fds, POLL_FDS, -1); in poll_loop()