Home
last modified time | relevance | path

Searched refs:RRM_TD_LOCK (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c358 #define RRM_TD_LOCK() (((uint32_t)(uintptr_t)(curthread)) % RRM_NUM_LOCKS) macro
363 rrw_enter_read(&rrl->locks[RRM_TD_LOCK()], tag); in rrm_enter_read()
384 rrw_exit(&rrl->locks[RRM_TD_LOCK()], tag); in rrm_exit()
394 return (rrw_held(&rrl->locks[RRM_TD_LOCK()], rw)); in rrm_held()