Searched refs:MSGWAITSYNC (Results 1 – 2 of 2) sorted by relevance
1394 ASSERT(mp->b_flag & MSGWAITSYNC); in squeue_wakeup_conn()1395 mp->b_flag &= ~MSGWAITSYNC; in squeue_wakeup_conn()1466 mp->b_flag |= MSGWAITSYNC; in squeue_synch_enter()1475 while (mp->b_flag & MSGWAITSYNC) in squeue_synch_enter()
419 #define MSGWAITSYNC 0x40 /* Private: waiting for sync squeue enter */ macro