|
|
@ -515,7 +515,7 @@ restart:
|
|
|
|
struct ck_ht_entry *cursor = bucket + ((j + offset) & (CK_HT_BUCKET_LENGTH - 1));
|
|
|
|
struct ck_ht_entry *cursor = bucket + ((j + offset) & (CK_HT_BUCKET_LENGTH - 1));
|
|
|
|
|
|
|
|
|
|
|
|
probes++;
|
|
|
|
probes++;
|
|
|
|
if (cursor->key == CK_HT_KEY_EMPTY) {
|
|
|
|
if (CK_CC_LIKELY(cursor->key == CK_HT_KEY_EMPTY)) {
|
|
|
|
*cursor = *previous;
|
|
|
|
*cursor = *previous;
|
|
|
|
update->n_entries++;
|
|
|
|
update->n_entries++;
|
|
|
|
|
|
|
|
|
|
|
|