Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c108 if ((err = ht_wrlock(h)) != 0) in ht_add()
136 if ((err = ht_wrlock(h)) != 0) in ht_remove()
225 if ((err = ht_wrlock(h)) != 0) in ht_remove_at_iter()
H A Dhashtable.h76 ht_wrlock(struct ht *h) in ht_wrlock() function
H A Dthreadpool.c317 if ((err = ht_wrlock(&conn->lc_requests)) != 0) in l9p_threadpool_tflush()