Lines Matching refs:key_length
109 uint16_t key_length) in ck_ht_hash() argument
112 table->h(h, key, key_length, table->seed); in ck_ht_hash()
282 uint16_t key_length, in ck_ht_map_probe_wr() argument
344 if (k != key_length) in ck_ht_map_probe_wr()
356 if (memcmp(pointer, key, key_length) == 0) in ck_ht_map_probe_wr()
454 CK_HT_TYPE_STORE(&priority->key_length, entry->key_length); in ck_ht_gc()
498 uint16_t key_length) in ck_ht_map_probe_rd() argument
539 snapshot->key_length = CK_HT_TYPE_LOAD(&cursor->key_length); in ck_ht_map_probe_rd()
566 if (k != key_length) in ck_ht_map_probe_rd()
586 if (memcmp(pointer, key, key_length) == 0) in ck_ht_map_probe_rd()
683 uint16_t key_length; in ck_ht_grow_spmc() local
686 key_length = ck_ht_entry_key_length(previous); in ck_ht_grow_spmc()
692 table->h(&h, key, key_length, table->seed); in ck_ht_grow_spmc()
872 CK_HT_TYPE_STORE(&priority->key_length, entry->key_length); in ck_ht_set_spmc()
925 CK_HT_TYPE_STORE(&candidate->key_length, entry->key_length); in ck_ht_set_spmc()
1011 CK_HT_TYPE_STORE(&candidate->key_length, entry->key_length); in ck_ht_put_spmc()