Home
last modified time | relevance | path

Searched defs:RW_LOCK_HELD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Drwlock.h64 #define RW_LOCK_HELD(x) (rw_lock_held((x))) macro
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Drwlock.h61 #define RW_LOCK_HELD(x) (rw_lock_held((x))) macro
/illumos-gate/usr/src/head/
H A Dsynch.h179 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x)) macro