Searched refs:oldmd (Results 1 – 1 of 1) sorted by relevance
274 struct ht_mutable_data_st *oldmd = arg; in free_oldmd() local280 PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[i + 1]); in free_oldmd()290 OPENSSL_free(oldmd->neighborhood_ptr_to_free); in free_oldmd()291 OPENSSL_free(oldmd); in free_oldmd()297 struct ht_mutable_data_st *oldmd = NULL; in ossl_ht_flush_internal() local313 oldmd = ossl_rcu_deref(&h->md); in ossl_ht_flush_internal()320 ossl_rcu_call(h->lock, free_oldmd, oldmd); in ossl_ht_flush_internal()422 struct ht_mutable_data_st *oldmd = arg; in free_old_neigh_table() local424 OPENSSL_free(oldmd->neighborhood_ptr_to_free); in free_old_neigh_table()425 OPENSSL_free(oldmd); in free_old_neigh_table()[all …]
Completed in 6 milliseconds