Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Drrwlock.c88 if (refcount_count(&rrl->rr_linked_rcount) == 0) in rrn_find()
123 if (refcount_count(&rrl->rr_linked_rcount) == 0) in rrn_find_and_remove()
147 refcount_create(&rrl->rr_linked_rcount); in rrw_init()
159 refcount_destroy(&rrl->rr_linked_rcount); in rrw_destroy()
186 (void) refcount_add(&rrl->rr_linked_rcount, tag); in rrw_enter_read_impl()
220 refcount_count(&rrl->rr_linked_rcount) > 0 || in rrw_enter_write()
244 if (!rrl->rr_writer && rrl->rr_linked_rcount.rc_count == 0) { in rrw_exit()
254 !refcount_is_zero(&rrl->rr_linked_rcount) || in rrw_exit()
260 count = refcount_remove(&rrl->rr_linked_rcount, tag); in rrw_exit()
270 refcount_is_zero(&rrl->rr_linked_rcount)); in rrw_exit()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Drrwlock.h59 refcount_t rr_linked_rcount; member