Home
last modified time | relevance | path

Searched refs:lc_requests (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/lib9p/
HDconnection.c73 ht_init(&newconn->lc_requests, 100); in l9p_connection_init()
112 if (ht_add(&conn->lc_requests, req->lr_req.hdr.tag, req)) { in l9p_connection_recv()
126 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_connection_recv()
152 ht_iter(&conn->lc_requests, &iter); in l9p_connection_close()
176 ht_destroy(&conn->lc_requests); in l9p_connection_close()
HDthreadpool.c276 ht_wrlock(&conn->lc_requests); in l9p_threadpool_tflush()
277 flushee = ht_find_locked(&conn->lc_requests, oldtag); in l9p_threadpool_tflush()
284 ht_unlock(&conn->lc_requests); in l9p_threadpool_tflush()
294 ht_unlock(&conn->lc_requests); in l9p_threadpool_tflush()
HDlib9p.h202 struct ht lc_requests; member
HDrequest.c414 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_respond()