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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c357 #define RRM_TD_LOCK() (((uint32_t)(uintptr_t)(curthread)) % RRM_NUM_LOCKS) macro
362 rrw_enter_read(&rrl->locks[RRM_TD_LOCK()], tag);
383 rrw_exit(&rrl->locks[RRM_TD_LOCK()], tag);
393 return (rrw_held(&rrl->locks[RRM_TD_LOCK()], rw));

Completed in 58 milliseconds