Searched refs:PT_ENTER_WRITE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h79 #define PT_ENTER_WRITE(p) { \ macro
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c93 * PT_ENTER_READ/PT_ENTER_WRITE are reference counter based read-write locks
102 * PT_ENTER_WRITE/PT_EXIT_WRITE brackets are used ONLY in master/slave
109 * protected by PT_ENTER_WRITE/PT_EXIT_WRITE brackets to avoid extra mutex
368 PT_ENTER_WRITE(ptmp);
427 PT_ENTER_WRITE(ptmp);
H A Dpts.c76 * PT_ENTER_READ/PT_ENTER_WRITE are reference counter based read-write locks
85 * PT_ENTER_WRITE/PT_EXIT_WRITE brackets are used ONLY in master/slave
92 * protected by PT_ENTER_WRITE/PT_EXIT_WRITE brackets to avoid extra mutex
397 PT_ENTER_WRITE(ptsp);
455 PT_ENTER_WRITE(ptsp);

Completed in 46 milliseconds