Home
last modified time | relevance | path

Searched refs:MSGWAITSYNC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c1268 ASSERT(mp->b_flag & MSGWAITSYNC); in squeue_wakeup_conn()
1269 mp->b_flag &= ~MSGWAITSYNC; in squeue_wakeup_conn()
1340 mp->b_flag |= MSGWAITSYNC; in squeue_synch_enter()
1349 while (mp->b_flag & MSGWAITSYNC) in squeue_synch_enter()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h437 #define MSGWAITSYNC 0x40 /* Private: waiting for sync squeue enter */ macro