Searched refs:PORTQ_POLLOUT (Results 1 – 3 of 3) sorted by relevance
122 #define PORTQ_POLLOUT 0x10 /* space available for new events */ macro
506 wakeup = (portq->portq_flags & PORTQ_POLLOUT); in port_free_event_local()507 portq->portq_flags &= ~PORTQ_POLLOUT; in port_free_event_local()
303 events & POLLOUT ? PORTQ_POLLOUT : 0; in port_poll()