Searched refs:PORT_KEV_DONEQ (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h71 #define PORT_KEV_DONEQ 0x10 /* event is in done queue */ macro
H A Dport_impl.h81 #define PORT_CLEANUP_DONE (PORT_KEV_FREE|PORT_KEV_DONEQ)
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c151 if (pkevp->portkev_flags & PORT_KEV_DONEQ) {
169 pkevp->portkev_flags |= PORT_KEV_DONEQ; /* event enqueued */
391 pkevp->portkev_flags &= ~PORT_KEV_DONEQ;
410 if (pkevp->portkev_flags & PORT_KEV_DONEQ) {
452 if (pkevp->portkev_flags & PORT_KEV_DONEQ) {
634 if (pkevp->portkev_flags & PORT_KEV_DONEQ) {
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c282 if (pkevp->portkev_flags & PORT_KEV_DONEQ) {
388 ASSERT((pkevp->portkev_flags & PORT_KEV_DONEQ) == 0);
H A Dport.c1568 * 3. Remove PORT_KEV_DONEQ flag (event removed from the event queue)
1596 pkevp->portkev_flags &= ~PORT_KEV_DONEQ;
1623 * 3. Remove PORT_KEV_DONEQ flag (event removed from the event queue)
1652 pkevp->portkev_flags &= ~PORT_KEV_DONEQ;

Completed in 53 milliseconds