Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_ht.h258 bool ck_ht_init(ck_ht_t *, unsigned int, ck_ht_hash_cb_t *,
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c251 ck_ht_init(struct ck_ht *table, in ck_ht_init() function