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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c61 mutex_init(&rc->rc_mtx, NULL, MUTEX_DEFAULT, NULL);
103 mutex_destroy(&rc->rc_mtx);
135 mutex_enter(&rc->rc_mtx);
141 mutex_exit(&rc->rc_mtx);
158 mutex_enter(&rc->rc_mtx);
164 mutex_exit(&rc->rc_mtx);
191 mutex_exit(&rc->rc_mtx);
217 mutex_enter(&src->rc_mtx);
224 mutex_exit(&src->rc_mtx);
226 mutex_enter(&dst->rc_mtx);
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h53 kmutex_t rc_mtx; member in struct:refcount

Completed in 58 milliseconds