Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_ht.c65 #define CK_HT_WORD_MAX UINT8_MAX macro
70 #define CK_HT_WORD_MAX UINT16_MAX macro
75 #define CK_HT_WORD_MAX UINT32_MAX macro
203 if (n_probes >= CK_HT_WORD_MAX) in ck_ht_map_bound_set()
204 n_probes = CK_HT_WORD_MAX; in ck_ht_map_bound_set()
217 CK_HT_TYPE r = CK_HT_WORD_MAX; in ck_ht_map_bound_get()
221 if (r == CK_HT_WORD_MAX) in ck_ht_map_bound_get()
474 if (probes_wr >= CK_HT_WORD_MAX) in ck_ht_gc()
475 probes_wr = CK_HT_WORD_MAX; in ck_ht_gc()