Searched refs:POLLATTRIB (Results 1 – 2 of 2) sorted by relevance
81 #define POLLATTRIB 0x0400 /* file attributes may have changed */ macro
1773 (events & (POLLEXTEND | POLLATTRIB | POLLNLINK | POLLWRITE))) { in poll_nocancel()1779 if (events & POLLATTRIB) { in poll_nocancel()1894 fds->revents |= (fds->events & POLLATTRIB); in poll_callback()