Searched refs:RW_READ_HELD (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h177 #define RW_READ_HELD(x) _rw_read_held(x) macro
179 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x))
/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/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
304 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x))
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1451 RW_READ_HELD(&dn->dn_struct_rwlock) :

Completed in 178 milliseconds