Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Drwstlock.c117 RWST_READ_WAKE_ALL(l); in rwst_enter_common()
145 RWST_READ_WAKE_ALL(l); in rwst_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Drwstlock.h71 #define RWST_READ_WAKE_ALL(l) cv_broadcast(&(l)->rwst_rcv) macro