Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_ht.c95 ck_ht_stat(struct ck_ht *table, in ck_ht_stat()
107 struct ck_ht *table, in ck_ht_hash()
118 struct ck_ht *table, in ck_ht_hash_direct()
138 ck_ht_map_create(struct ck_ht *table, CK_HT_TYPE entries) in ck_ht_map_create()
251 ck_ht_init(struct ck_ht *table, in ck_ht_init()
383 ck_ht_gc(struct ck_ht *ht, unsigned long cycles, unsigned long seed) in ck_ht_gc()
601 ck_ht_count(struct ck_ht *table) in ck_ht_count()
609 ck_ht_next(struct ck_ht *table, in ck_ht_next()
633 ck_ht_reset_size_spmc(struct ck_ht *table, CK_HT_TYPE size) in ck_ht_reset_size_spmc()
648 ck_ht_reset_spmc(struct ck_ht *table) in ck_ht_reset_spmc()
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_ht.h103 struct ck_ht { struct
110 typedef struct ck_ht ck_ht_t; argument
264 bool ck_ht_gc(struct ck_ht *, unsigned long, unsigned long);
/freebsd/sys/conf/
H A Dfiles412 contrib/ck/src/ck_ht.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"