Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dconnection.c126 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_connection_recv()
213 ht_remove(&conn->lc_files, fid->lo_fid); in l9p_connection_remove_fid()
H A Dhashtable.h101 int ht_remove(struct ht *h, uint32_t hash);
H A Dhashtable.c127 ht_remove(struct ht *h, uint32_t hash) in ht_remove() function
H A Drequest.c414 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_respond()