Searched refs:WSLEEP (Results 1 – 6 of 6) sorted by relevance
1625 if (stp->sd_flag & WSLEEP) { in strsock_discon_ind()1626 stp->sd_flag &= ~WSLEEP; in strsock_discon_ind()2193 *wakeups = WSLEEP; in strsock_proto()2213 *wakeups = WSLEEP; in strsock_proto()2242 *wakeups = WSLEEP; in strsock_proto()2359 *wakeups = WSLEEP; in strsock_proto()2493 *wakeups = RSLEEP | WSLEEP; in strsock_proto()
3566 if (stp->sd_flag & WSLEEP) { in strwakeq()3567 stp->sd_flag &= ~WSLEEP; in strwakeq()3570 stp->sd_wakeq |= WSLEEP; in strwakeq()3598 if (stp->sd_flag & WSLEEP) { in strwakeq()3599 stp->sd_flag &= ~WSLEEP; in strwakeq()
712 stp->sd_flag |= WSLEEP; in strclose()723 stp->sd_flag &= ~WSLEEP; in strclose()1727 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1739 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1832 if (wakeups & WSLEEP) { in strrput()1833 stp->sd_flag &= ~WSLEEP; in strrput()2077 stp->sd_flag &= ~(WSLEEP|RSLEEP); in strrput_nondata()2918 if (stp->sd_flag & WSLEEP) { in strwsrv()2919 stp->sd_flag &= ~WSLEEP; in strwsrv()
3015 slpflg = WSLEEP; in strwaitq()
259 #define WSLEEP 0x00000004 /* Someone wants to write */ macro
135 { SF(WSLEEP), "someone wants to write" },