Searched refs:PORTQ_POLLIN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c102 * Normally, we should not have a situation where PORTQ_POLLIN
108 if (portq->portq_flags & PORTQ_POLLIN &&
110 portq->portq_flags &= ~PORTQ_POLLIN;
200 portq->portq_flags & PORTQ_POLLIN) {
203 portq->portq_flags &= ~PORTQ_POLLIN;
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h121 #define PORTQ_POLLIN 0x08 /* events available in the event queue */ macro
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c303 portq->portq_flags |= events & POLLIN ? PORTQ_POLLIN : 0;
H A Dport.c1512 * Check PORTQ_POLLIN here because the current thread set temporarily
1515 if (portq->portq_flags & PORTQ_POLLIN) {
1516 portq->portq_flags &= ~PORTQ_POLLIN;

Completed in 67 milliseconds