Searched refs:POLLEXTEND (Results 1 – 3 of 3) sorted by relevance
22 .events = POLLEXTEND
80 #define POLLEXTEND 0x0200 /* file may have been extended */ macro
1769 (events & (POLLEXTEND | POLLATTRIB | POLLNLINK | POLLWRITE))) { in poll_nocancel()1772 if (events & POLLEXTEND) { in poll_nocancel()1887 fds->revents |= (fds->events & POLLEXTEND); in poll_callback()