Searched refs:oldmd (Results 1 – 1 of 1) sorted by relevance
264 struct ht_mutable_data_st *oldmd = arg; in free_oldmd() local266 size_t neighborhood_len = (size_t)oldmd->neighborhood_mask + 1; in free_oldmd()270 PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[i + 1]); in free_oldmd()272 if (oldmd->neighborhoods[i].entries[j].value != NULL) { in free_oldmd()273 v = oldmd->neighborhoods[i].entries[j].value; in free_oldmd()280 OPENSSL_free(oldmd->neighborhood_ptr_to_free); in free_oldmd()281 OPENSSL_free(oldmd); in free_oldmd()287 struct ht_mutable_data_st *oldmd = NULL; in ossl_ht_flush_internal() local303 oldmd = ossl_rcu_deref(&h->md); in ossl_ht_flush_internal()310 ossl_rcu_call(h->lock, free_oldmd, oldmd); in ossl_ht_flush_internal()[all …]