Searched refs:POLLNLINK (Results 1 – 2 of 2) sorted by relevance
82 #define POLLNLINK 0x0800 /* (un)link/rename may have happened */ macro
1773 (events & (POLLEXTEND | POLLATTRIB | POLLNLINK | POLLWRITE))) { in poll_nocancel()1782 if (events & POLLNLINK) { in poll_nocancel()1897 fds->revents |= (fds->events & POLLNLINK); in poll_callback()