Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Drwstlock.h69 #define RWST_READ_WAIT(l, f) RWST_WAIT(&(l)->rwst_rcv, &(l)->rwst_lock, f) macro
/illumos-gate/usr/src/uts/common/os/
H A Drwstlock.c87 if (!RWST_READ_WAIT(l, flags)) { in rwst_enter_common()