Searched refs:POLLWRNORM (Results 1 – 11 of 11) sorted by relevance
16 #ifndef POLLWRNORM17 #define POLLWRNORM 0x0100 macro
5 #define POLLWRNORM POLLOUT macro
15 #define POLLWRNORM POLLOUT macro
52 ``POLLWRNORM`` flags. When the function timed out it returns a value of63 ``POLLWRNORM`` flags in the ``revents`` field.
51 ``POLLWRNORM`` flags are set. If there are events in the event queue,
602 if (req_events & (POLLOUT | POLLWRNORM)) { in mei_poll()605 mask |= POLLOUT | POLLWRNORM; in mei_poll()
255 fd[0].events = POLLOUT | POLLWRNORM;273 if (retval && (fd[0].revents & POLLWRNORM)) {
307 mask |= POLLOUT | POLLWRNORM; in xsk_poll()
124 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever