Searched refs:PORTQ_WAIT_EVENTS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h120 #define PORTQ_WAIT_EVENTS 0x04 /* waiting for new events */ macro
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1251 * PORTQ_WAIT_EVENTS is set when a thread already
1255 if (((portq->portq_flags & PORTQ_WAIT_EVENTS) == 0) &&
1318 !((portq)->portq_flags & PORTQ_WAIT_EVENTS)))
1379 portq->portq_flags |= PORTQ_WAIT_EVENTS; /* detect incoming events */
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c165 * Remove the PORTQ_WAIT_EVENTS flag to indicate
168 portq->portq_flags &= ~PORTQ_WAIT_EVENTS;

Completed in 50 milliseconds