Home
last modified time | relevance | path

Searched refs:STRUNLOCKMATES (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c4350 STRUNLOCKMATES(stp); in strstartplumb()
4366 STRUNLOCKMATES(stp); in strstartplumb()
4383 STRUNLOCKMATES(stp); in strstartplumb()
4389 STRUNLOCKMATES(stp); in strstartplumb()
4588 STRUNLOCKMATES(stp); in strlock()
4595 STRUNLOCKMATES(stp); in strlock()
4637 STRUNLOCKMATES(stp); in strlock()
4689 STRUNLOCKMATES(stp); in strunlock()
H A Dstreamio.c313 STRUNLOCKMATES(stp); in stropen()
672 STRUNLOCKMATES(stp); in strclose()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h1076 #define STRUNLOCKMATES(X) mutex_exit(&((X)->sd_lock)); \ macro