Searched refs:hq_lock (Results 1 – 2 of 2) sorted by relevance
1073 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()1300 mutex_enter(&(hq->hq_lock)); in nfs_idmap_cache_s2i_lkup()1334 mutex_exit(&(hq->hq_lock)); in nfs_idmap_cache_s2i_lkup()1393 mutex_enter(&(hq->hq_lock)); in nfs_idmap_cache_s2i_insert()1421 mutex_exit(&(hq->hq_lock)); in nfs_idmap_cache_s2i_insert()[all …]
63 kmutex_t hq_lock; /* protects hash queue */ member