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()
1033 (!first || (stp->sd_wakeq & RSLEEP))) { in strget()1045 stp->sd_wakeq &= ~RSLEEP; in strget()1567 *wakeups = RSLEEP; in strrput_proto()1692 if (stp->sd_flag & RSLEEP) { in strrput()1693 stp->sd_flag &= ~RSLEEP; in strrput()1700 wakeups = RSLEEP; in strrput()1775 wakeups = RSLEEP; in strrput()1797 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1809 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1894 if (wakeups & RSLEEP) in strrput()[all …]
3036 slpflg = RSLEEP; in strwaitq()7988 stp->sd_flag |= RSLEEP; in strwaitmark()8096 if (stp->sd_flag & RSLEEP) { in strseteof()8097 stp->sd_flag &= ~RSLEEP; in strseteof()
276 #define RSLEEP 0x00000002 /* Someone wants to read/recv msg */ macro
3561 if (stp->sd_flag & RSLEEP) { in strwakeq()3562 stp->sd_flag &= ~RSLEEP; in strwakeq()3565 stp->sd_wakeq |= RSLEEP; in strwakeq()
138 { SF(RSLEEP), "someone wants to read/recv msg" },