Home
last modified time | relevance | path

Searched refs:sd_wakeq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h214 uint_t sd_wakeq; /* strwakeq()'s copy of sd_flag */ member
/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()
1895 stp->sd_wakeq &= ~RSLEEP; in strrput()
8440 if (!(retevents & normevents) && (stp->sd_wakeq & RSLEEP)) { in strpoll()
H A Dstrsubr.c3047 if (stp->sd_wakeq & slpflg) { in strwaitq()
3051 stp->sd_wakeq &= ~slpflg; in strwaitq()
3312 stp->sd_wakeq = 0; in shalloc()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3551 stp->sd_wakeq |= WSLEEP; in strwakeq()
3565 stp->sd_wakeq |= RSLEEP; in strwakeq()