Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Drwstlock.c69 while (RWST_WRITE_HELD(l) || in rwst_enter_common()
79 if (RWST_WRITE_HELD(l)) { in rwst_enter_common()
106 if (RWST_WRITE_HELD(l)) { in rwst_enter_common()
115 if (!RWST_WRITE_HELD(l) && in rwst_enter_common()
136 if (RWST_WRITE_HELD(l)) { in rwst_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Drwstlock.h60 #define RWST_WRITE_HELD(l) ((l)->rwst_count < 0) macro
63 #define RWST_OWNER(l) (RWST_WRITE_HELD(l) ? \