Lines Matching refs:RSLEEP
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()
1895 stp->sd_wakeq &= ~RSLEEP; in strrput()
1898 if (wakeups & RSLEEP) { in strrput()
1899 stp->sd_flag &= ~RSLEEP; in strrput()
2147 stp->sd_flag &= ~(WSLEEP|RSLEEP); in strrput_nondata()
2192 !(stp->sd_flag & RSLEEP))) { in strrput_nondata()
8440 if (!(retevents & normevents) && (stp->sd_wakeq & RSLEEP)) { in strpoll()
8590 if (stp->sd_flag & RSLEEP) { in putback()
8591 stp->sd_flag &= ~RSLEEP; in putback()