Searched refs:RSLEEP (Results 1 – 6 of 6) sorted by relevance
1724 *wakeups = RSLEEP; in strsock_proto()1775 *wakeups = RSLEEP; in strsock_proto()1931 *wakeups = RSLEEP; in strsock_proto()1937 *wakeups = RSLEEP; in strsock_proto()1997 *wakeups = RSLEEP; in strsock_proto()2135 *wakeups = RSLEEP; in strsock_proto()2274 *wakeups = RSLEEP; in strsock_proto()2493 *wakeups = RSLEEP | WSLEEP; in strsock_proto()
979 (!first || (stp->sd_wakeq & RSLEEP))) { in strget()989 stp->sd_wakeq &= ~RSLEEP; in strget()1497 *wakeups = RSLEEP; in strrput_proto()1622 if (stp->sd_flag & RSLEEP) { in strrput()1623 stp->sd_flag &= ~RSLEEP; in strrput()1630 wakeups = RSLEEP; in strrput()1705 wakeups = RSLEEP; in strrput()1727 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1739 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1824 if (wakeups & RSLEEP) in strrput()[all …]
3011 slpflg = RSLEEP; in strwaitq()7955 stp->sd_flag |= RSLEEP; in strwaitmark()8063 if (stp->sd_flag & RSLEEP) { in strseteof()8064 stp->sd_flag &= ~RSLEEP; in strseteof()
258 #define RSLEEP 0x00000002 /* Someone wants to read/recv msg */ macro
3580 if (stp->sd_flag & RSLEEP) { in strwakeq()3581 stp->sd_flag &= ~RSLEEP; in strwakeq()3584 stp->sd_wakeq |= RSLEEP; in strwakeq()
134 { SF(RSLEEP), "someone wants to read/recv msg" },