Home
last modified time | relevance | path

Searched refs:ht_unlock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c81 (void) ht_unlock(h); in ht_find()
116 (void) ht_unlock(h); in ht_add()
125 (void) ht_unlock(h); in ht_add()
139 (void) ht_unlock(h); in ht_remove()
230 (void) ht_unlock(h); in ht_remove_at_iter()
271 (void) ht_unlock(h); in ht_next()
H A Dthreadpool.c326 (void) ht_unlock(&conn->lc_requests); in l9p_threadpool_tflush()
337 (void) ht_unlock(&conn->lc_requests); in l9p_threadpool_tflush()
340 (void) ht_unlock(&conn->lc_requests); in l9p_threadpool_tflush()
H A Dhashtable.h86 ht_unlock(struct ht *h) in ht_unlock() function