Searched refs:rr_anon_rcount (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c56 * a reader just bumps the anonymous read count (rr_anon_rcount) - no tsd
141 refcount_create(&rrl->rr_anon_rcount);
152 refcount_destroy(&rrl->rr_anon_rcount);
162 rrl->rr_anon_rcount.rc_count++;
169 ASSERT(refcount_count(&rrl->rr_anon_rcount) >= 0);
172 refcount_is_zero(&rrl->rr_anon_rcount) &&
181 (void) refcount_add(&rrl->rr_anon_rcount, tag);
193 while (refcount_count(&rrl->rr_anon_rcount) > 0 ||
219 rrl->rr_anon_rcount.rc_count--;
220 if (rrl->rr_anon_rcount
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Drrwlock.h57 refcount_t rr_anon_rcount; member in struct:rrwlock

Completed in 44 milliseconds