Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1625 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()
/titanic_44/usr/src/uts/common/io/
H A Dstream.c3566 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()
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c712 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()
H A Dstrsubr.c3015 slpflg = WSLEEP; in strwaitq()
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h259 #define WSLEEP 0x00000004 /* Someone wants to write */ macro
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c135 { SF(WSLEEP), "someone wants to write" },