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