Home
last modified time | relevance | path

Searched refs:RSLEEP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1724 *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()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1033 (!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 …]
H A Dstrsubr.c3036 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h276 #define RSLEEP 0x00000002 /* Someone wants to read/recv msg */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3561 if (stp->sd_flag & RSLEEP) { in strwakeq()
3562 stp->sd_flag &= ~RSLEEP; in strwakeq()
3565 stp->sd_wakeq |= RSLEEP; in strwakeq()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c138 { SF(RSLEEP), "someone wants to read/recv msg" },