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

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Drwlock.h56 #define RW_READ_HELD(x) (rw_read_held((x))) macro
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h177 #define RW_READ_HELD(x) _rw_read_held(x) macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h296 #undef RW_READ_HELD macro
297 #define RW_READ_HELD(x) ((x)->rw_owner == NULL && (x)->rw_count > 0) macro

Completed in 99 milliseconds