Searched refs:neighborhoods (Results 1 – 2 of 2) sorted by relevance
138 struct ht_neighborhood_st *neighborhoods; member220 new->md->neighborhoods = in ossl_ht_new()223 if (new->md->neighborhoods == NULL) in ossl_ht_new()280 PREFETCH_NEIGHBORHOOD(oldmd->neighborhoods[i + 1]); in free_oldmd()305 if (newmd->neighborhoods == NULL) { in ossl_ht_flush_internal()363 PREFETCH_NEIGHBORHOOD(md->neighborhoods[i + 1]); in ossl_ht_foreach_until()396 PREFETCH_NEIGHBORHOOD(md->neighborhoods[i+1]); in ossl_ht_filter()398 v = md->neighborhoods[i].entries[j].value; in ossl_ht_filter()452 if (newmd->neighborhoods == NULL) in grow_hashtable()482 OPENSSL_free(newmd->neighborhoods); in grow_hashtable()[all …]
69 I<init_neighborhoods> The initial number of neighborhoods in the hash table.
Completed in 9 milliseconds