HomeSort by: relevance | last modified time | path
    Searched defs:test_ht (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.c 83 struct cds_lfht *test_ht; variable in typeref:struct:cds_lfht
211 cds_lfht_count_nodes(test_ht, &approx_before, &count,
244 ret = cds_lfht_del(test_ht, cds_lfht_iter_get_node(&iter));
563 test_ht = _cds_lfht_new(init_hash_size, min_hash_alloc_size,
569 test_ht = cds_lfht_new(init_hash_size, min_hash_alloc_size,
574 if (!test_ht) {
704 cds_lfht_count_nodes(test_ht, &approx_before, &count, &approx_after);
706 test_delete_all_nodes(test_ht);
719 ret = cds_lfht_destroy(test_ht, NULL);

Completed in 24 milliseconds