Searched refs:RRM_TD_LOCK (Results 1 – 1 of 1) sorted by relevance
357 #define RRM_TD_LOCK() (((uint32_t)(uintptr_t)(curthread)) % RRM_NUM_LOCKS) macro362 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()