Searched refs:POLLWRITE (Results 1 – 2 of 2) sorted by relevance
83 #define POLLWRITE 0x1000 /* file's contents may have changed */ macro
1773 (events & (POLLEXTEND | POLLATTRIB | POLLNLINK | POLLWRITE))) { in poll_nocancel()1785 if (events & POLLWRITE) { in poll_nocancel()1900 fds->revents |= (fds->events & POLLWRITE); in poll_callback()