Searched defs:RW_LOCK_HELD (Results 1 - 4 of 4) 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
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h259 #undef RW_LOCK_HELD macro
260 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x)) macro

Completed in 63 milliseconds