Home
last modified time | relevance | path

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); in nfs_idmap_cache_create()
1104 mutex_destroy(&(hq->hq_lock)); in nfs_idmap_cache_destroy()
1176 mutex_enter(&(hq->hq_lock)); in nfs_idmap_cache_flush()
1186 mutex_exit(&(hq->hq_lock)); in nfs_idmap_cache_flush()
1221 if (!mutex_tryenter(&(hq->hq_lock))) in nfs_idmap_cache_reclaim()
1240 mutex_exit(&(hq->hq_lock)); in nfs_idmap_cache_reclaim()
1303 mutex_enter(&(hq->hq_lock)); in nfs_idmap_cache_s2i_lkup()
1337 mutex_exit(&(hq->hq_lock)); in nfs_idmap_cache_s2i_lkup()
1399 mutex_enter(&(hq->hq_lock)); in nfs_idmap_cache_s2i_insert()
1427 mutex_exit(&(hq->hq_lock)); in nfs_idmap_cache_s2i_insert()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h63 kmutex_t hq_lock; /* protects hash queue */ member