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

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Drwlock.h58 #define RW_LOCK_HELD(x) (rw_lock_held((x))) macro
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h179 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x)) macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h301 #define RW_LOCK_HELD(x) rw_lock_held(x) macro
303 #undef RW_LOCK_HELD macro
304 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x)) macro

Completed in 67 milliseconds