Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c979 (!first || (stp->sd_wakeq & RSLEEP))) { in strget()
989 stp->sd_wakeq &= ~RSLEEP; in strget()
1497 *wakeups = RSLEEP; in strrput_proto()
1622 if (stp->sd_flag & RSLEEP) { in strrput()
1623 stp->sd_flag &= ~RSLEEP; in strrput()
1630 wakeups = RSLEEP; in strrput()
1705 wakeups = RSLEEP; in strrput()
1727 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()
1739 ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0); in strrput()
1824 if (wakeups & RSLEEP) in strrput()
[all …]
H A Dstrsubr.c3011 slpflg = RSLEEP; in strwaitq()
7955 stp->sd_flag |= RSLEEP; in strwaitmark()
8063 if (stp->sd_flag & RSLEEP) { in strseteof()
8064 stp->sd_flag &= ~RSLEEP; in strseteof()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h258 #define RSLEEP 0x00000002 /* Someone wants to read/recv msg */ macro
/titanic_41/usr/src/uts/common/io/
H A Dstream.c3580 if (stp->sd_flag & RSLEEP) { in strwakeq()
3581 stp->sd_flag &= ~RSLEEP; in strwakeq()
3584 stp->sd_wakeq |= RSLEEP; in strwakeq()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c134 { SF(RSLEEP), "someone wants to read/recv msg" },