Home
last modified time | relevance | path

Searched refs:RWST_WRITE_ENTER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Drwstlock.h74 #define RWST_WRITE_ENTER(l) (l)->rwst_count = LONG_MIN | (intptr_t)curthread macro
/illumos-gate/usr/src/uts/common/os/
H A Drwstlock.c125 RWST_WRITE_ENTER(l); in rwst_enter_common()