Searched refs:IS_EXCEPTION (Results 1 – 2 of 2) sorted by relevance
69 #define IS_EXCEPTION(e) ((e)&POLL_EXCEPTION_EVENTS) macro483 if (IS_EXCEPTION(pfds[i].revents)) { in process_data_sock()
668 #define IS_EXCEPTION(e) ((e) & (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL)) macro744 if (ret <= 0 || IS_EXCEPTION(ufd.revents)) break; in btu_exec_tap_fd_read()