rw_write_held
#define RW_WRITE_HELD(x) (rw_write_held((x)))
#define rw_lock_held(lock) (rw_read_held(lock) || rw_write_held(lock))