Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_ht.c81 CK_HT_TYPE deletions;
82 CK_HT_TYPE probe_maximum;
83 CK_HT_TYPE probe_length;
84 CK_HT_TYPE probe_limit;
85 CK_HT_TYPE size;
86 CK_HT_TYPE n_entries;
87 CK_HT_TYPE mask;
88 CK_HT_TYPE capacity;
89 CK_HT_TYPE step;
138 ck_ht_map_create(struct ck_ht *table, CK_HT_TYPE entries) in ck_ht_map_create()
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_ht.h34 #define CK_HT_TYPE uint64_t macro
39 #define CK_HT_TYPE uint32_t macro
78 CK_HT_TYPE key_length;
79 CK_HT_TYPE hash;
259 struct ck_malloc *, CK_HT_TYPE, uint64_t);
265 bool ck_ht_grow_spmc(ck_ht_t *, CK_HT_TYPE);
268 bool ck_ht_reset_size_spmc(ck_ht_t *, CK_HT_TYPE);
269 CK_HT_TYPE ck_ht_count(ck_ht_t *);