Home
last modified time | relevance | path

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

/titanic_50/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); in rrm_enter_read()
383 rrw_exit(&rrl->locks[RRM_TD_LOCK()], tag); in rrm_exit()
393 return (rrw_held(&rrl->locks[RRM_TD_LOCK()], rw)); in rrm_held()