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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1073 mutex_init(&(hq->hq_lock), NULL, MUTEX_DEFAULT, NULL);
1104 mutex_destroy(&(hq->hq_lock));
1176 mutex_enter(&(hq->hq_lock));
1186 mutex_exit(&(hq->hq_lock));
1221 if (!mutex_tryenter(&(hq->hq_lock)))
1240 mutex_exit(&(hq->hq_lock));
1300 mutex_enter(&(hq->hq_lock));
1334 mutex_exit(&(hq->hq_lock));
1393 mutex_enter(&(hq->hq_lock));
1421 mutex_exit(&(hq->hq_lock));
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h63 kmutex_t hq_lock; /* protects hash queue */ member in struct:nfsidhq

Completed in 59 milliseconds