Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Drwstlock.h60 #define RWST_HELD(l) ((l)->rwst_count != 0) macro