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()
713 stp->sd_flag |= WSLEEP; in strclose()724 stp->sd_flag &= ~WSLEEP; in strclose()1728 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1740 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()1833 if (wakeups & WSLEEP) { in strrput()1834 stp->sd_flag &= ~WSLEEP; in strrput()2078 stp->sd_flag &= ~(WSLEEP|RSLEEP); in strrput_nondata()2919 if (stp->sd_flag & WSLEEP) { in strwsrv()2920 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" },