Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h216 struct queue *sd_struiowrq; /* sync barrier struio() write queue */ member
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3629 stwrq = stp->sd_struiowrq; in struioget()
3814 if (isread == 0 && stp->sd_struiowrq == NULL || in rwnext()
4036 return (STREAM(q)->sd_struiowrq == q); in isuioq()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3313 stp->sd_struiowrq = NULL; in shalloc()
7784 stp->sd_struiowrq = NULL; in strsetuio()
7806 stp->sd_struiowrq = wrq; in strsetuio()
H A Dstreamio.c2626 flags |= stp->sd_struiowrq ? STRUIO_POSTPONE : 0; in strput()
8353 else if ((sqp = stp->sd_struiowrq) != NULL) { in strpoll()