Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dhashtable.c79 result = ht_find_locked(h, hash); in ht_find()
85 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked() function
H A Dhashtable.h99 void *ht_find_locked(struct ht *h, uint32_t hash);
H A Dthreadpool.c277 flushee = ht_find_locked(&conn->lc_requests, oldtag); in l9p_threadpool_tflush()