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

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculfhash.h 154 * _cds_lfht_new_with_alloc - API used by cds_lfht_new_with_flavor_alloc.
157 struct cds_lfht *_cds_lfht_new_with_alloc(unsigned long init_size,
250 return _cds_lfht_new_with_alloc(init_size, min_nr_alloc_buckets, max_nr_buckets,
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c 1644 struct cds_lfht *_cds_lfht_new_with_alloc(unsigned long init_size, function
1715 return _cds_lfht_new_with_alloc(init_size,

Completed in 30 milliseconds