Searched defs:SQPUT_MP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h971 #define SQPUT_MP(qp, mp) \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c569 #ifdef SQPUT_MP
570 #undef SQPUT_MP macro
577 #define SQPUT_MP(qp, mp) \ macro
6888 * SQPUT_MP() accesses q_syncqmsgs. We are already holding QLOCK to
6889 * protect it. So it's ok to acquire SQLOCK after SQPUT_MP().
6891 SQPUT_MP(q, mp);

Completed in 76 milliseconds