Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Drwstlock.c99 while (RWST_HELD(l)) { in rwst_enter_common()
146 else if (!RWST_HELD(l)) in rwst_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Drwstlock.h58 #define RWST_HELD(l) ((l)->rwst_count != 0) macro