Searched refs:ht_add (Results 1 – 3 of 3) sorted by relevance
112 if (ht_add(&conn->lc_requests, req->lr_req.hdr.tag, req)) { in l9p_connection_recv()194 if (ht_add(&conn->lc_files, fid, file) != 0) { in l9p_connection_alloc_fid()
100 int ht_add(struct ht *h, uint32_t hash, void *value);
101 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add() function