Home
last modified time | relevance | path

Searched refs:ck_ht_hash_cb_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_ht.h100 typedef void ck_ht_hash_cb_t(ck_ht_hash_t *, const void *, size_t, uint64_t); typedef
108 ck_ht_hash_cb_t *h;
258 bool ck_ht_init(ck_ht_t *, unsigned int, ck_ht_hash_cb_t *,
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c253 ck_ht_hash_cb_t *h, in ck_ht_init()