Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h209 struct queue *sd_struiowrq; /* sync barrier struio() write queue */ member
/titanic_50/usr/src/uts/common/io/
H A Dstream.c3642 stwrq = stp->sd_struiowrq; in struioget()
3827 if (isread == 0 && stp->sd_struiowrq == NULL || in rwnext()
4049 return (STREAM(q)->sd_struiowrq == q); in isuioq()
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c3289 stp->sd_struiowrq = NULL; in shalloc()
7760 stp->sd_struiowrq = NULL; in strsetuio()
7782 stp->sd_struiowrq = wrq; in strsetuio()
H A Dstreamio.c2555 flags |= stp->sd_struiowrq ? STRUIO_POSTPONE : 0; in strput()
8232 else if ((sqp = stp->sd_struiowrq) != NULL) { in strpoll()