Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c540 size_t empty_idx = SIZE_MAX; in ossl_ht_insert_locked() local
549 empty_idx = j; in ossl_ht_insert_locked()
583 if (empty_idx == SIZE_MAX) in ossl_ht_insert_locked()
585 if (!CRYPTO_atomic_store(&md->neighborhoods[neigh_idx].entries[empty_idx].hash, in ossl_ht_insert_locked()
589 ossl_rcu_assign_ptr(&md->neighborhoods[neigh_idx].entries[empty_idx].value, in ossl_ht_insert_locked()