HomeSort by: relevance | last modified time | path
    Searched refs:cds_lfht_new (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfhash.h 142 * _cds_lfht_new - API used by cds_lfht_new wrapper. Do not use directly.
192 * Threads calling cds_lfht_new are NOT required to be registered RCU
237 * Threads calling cds_lfht_new are NOT required to be registered RCU
257 * cds_lfht_new - allocate a hash table.
281 * Threads calling cds_lfht_new are NOT required to be registered RCU
286 struct cds_lfht *cds_lfht_new(unsigned long init_size, function
300 * @attr: (output) resize worker thread attributes, as received by cds_lfht_new.
303 * need to be informed of the value passed to cds_lfht_new().
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.c 569 test_ht = cds_lfht_new(init_hash_size, min_hash_alloc_size,
  /src/external/mpl/bind/dist/lib/dns/
badcache.c 97 bc->ht = cds_lfht_new(BADCACHE_INIT_SIZE, BADCACHE_MIN_SIZE, 0,
dispatch.c 1005 mgr->tcps[i] = cds_lfht_new(
1018 mgr->qids = cds_lfht_new(QIDS_INIT_SIZE, QIDS_MIN_SIZE, 0,
rbtdb.c 3966 rbtdb->common.update_listeners = cds_lfht_new(16, 16, 0, 0, NULL);
qpzone.c 606 qpdb->common.update_listeners = cds_lfht_new(16, 16, 0, 0, NULL);
  /src/external/mpl/bind/dist/tests/bench/
load-names.c 108 struct cds_lfht *lfht = cds_lfht_new(

Completed in 35 milliseconds