Searched refs:POLLWRNORM (Results 1 – 10 of 10) sorted by relevance
16 #ifndef POLLWRNORM17 #define POLLWRNORM 0x0100 macro
5 #define POLLWRNORM POLLOUT macro
15 #define POLLWRNORM POLLOUT macro
59 ``POLLWRNORM`` flags. When the function timed out it returns a value of70 ``POLLWRNORM`` flags in the ``revents`` field.
58 ``POLLWRNORM`` flags are set. If there are events in the event queue,
268 fd[0].events = POLLOUT | POLLWRNORM;286 if (retval && (fd[0].revents & POLLWRNORM)) {
448 mask |= POLLOUT | POLLWRNORM; in xsk_poll()
124 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever