Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/
H A Dck_ht.h110 typedef struct ck_ht ck_ht_t; typedef
255 void ck_ht_stat(ck_ht_t *, struct ck_ht_stat *);
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 *);
265 bool ck_ht_grow_spmc(ck_ht_t *, CK_HT_TYPE);
267 bool ck_ht_reset_spmc(ck_ht_t *);
268 bool ck_ht_reset_size_spmc(ck_ht_t *, CK_HT_TYPE);
[all …]