Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drwlock.h58 #define RW_LOCK_HELD(x) (rw_lock_held((x))) macro
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Drwlock.h56 #define RW_LOCK_HELD(x) (rw_lock_held((x))) macro
/freebsd/cddl/contrib/opensolaris/head/
H A Dsynch.h179 #define RW_LOCK_HELD(x) (RW_READ_HELD(x) || RW_WRITE_HELD(x)) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drwlock.h96 RW_LOCK_HELD(krwlock_t *rwp) in RW_LOCK_HELD() function