Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_ht.h110 typedef struct ck_ht ck_ht_t; typedef
253 bool ck_ht_next(ck_ht_t *, ck_ht_iterator_t *, ck_ht_entry_t **entry);
255 void ck_ht_stat(ck_ht_t *, struct ck_ht_stat *);
256 void ck_ht_hash(ck_ht_hash_t *, ck_ht_t *, const void *, uint16_t);
257 void ck_ht_hash_direct(ck_ht_hash_t *, ck_ht_t *, uintptr_t);
258 bool ck_ht_init(ck_ht_t *, unsigned int, ck_ht_hash_cb_t *,
260 void ck_ht_destroy(ck_ht_t *);
261 bool ck_ht_set_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);
262 bool ck_ht_put_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);
263 bool ck_ht_get_spmc(ck_ht_t *, ck_ht_hash_t, ck_ht_entry_t *);
[all …]